Syntax

Text Decoration Style

Setting the style of the decoration line that is used on text.

🚧This page is still under construction and some content may not be complete.

Overview

ClassDeclarations
text-decoration-style:styletext-decoration-style: style;
text:nonetext-decoration-line: none;
text:dashedtext-decoration-style: dashed;
text:dottedtext-decoration-style: dotted;
text:doubletext-decoration-style: double;
text:solidtext-decoration-style: solid;
text:wavytext-decoration-style: wavy;

Conditionally apply

Apply styles based on different states using selectors and conditional queries.

<div class="text-decoration-style:solid:hover text-decoration-style:solid@sm text-decoration-style:solid@dark text-decoration-style:solid@print"></div>
Syntax
Text Decoration Line

Setting the kind of decoration that is used on text.

Syntax
Text Decoration Thickness

Setting thickness of the decoration line.

© Aoyue Design LLC.