Syntax

Text Decoration Line

Setting the kind of decoration that is used on text.

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

Overview

ClassDeclarations
text-decoration-line:line|text-decoration-line: line ;
text:nonetext-decoration-line: none;
text:underlinetext-decoration-line: underline;
text:overlinetext-decoration-line: overline;
text:line-throughtext-decoration-line: line-through;

Conditionally apply

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

<div class="text-decoration-line:underline:hover text-decoration-line:underline@sm text-decoration-line:underline@dark text-decoration-line:underline@print"></div>
Syntax
Text Decoration Color

Setting the color of decorative lines on text.

Syntax
Text Decoration Style

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

© Aoyue Design LLC.