Syntax

Text Decoration

Setting the appearance of decorative lines on text.

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

Overview

ClassDeclarations
text-decoration:line|color|style|thicknesstext-decoration: line color style thickness;
text:underlinetext-decoration-line: underline;
text:line-throughtext-decoration-line: line-through;
text:overlinetext-decoration-line: overline;

Conditionally apply

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

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

Setting the text alignment of an element.

Syntax
Text Decoration Color

Setting the color of decorative lines on text.

© Aoyue Design LLC.