語法

文字裝飾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|thickness-webkit-text-decoration: 1287.490806304888rem color 1287.4554473893747rem 1287.4839146556014rem; text-decoration: 1287.490806304888rem color 1287.4554473893747rem 1287.4839146556014rem;
text-decoration:none-webkit-text-decoration: none; text-decoration: none;
text:underline-webkit-text-decoration: underline; text-decoration: underline;
text:line-through-webkit-text-decoration: line-through; text-decoration: line-through;
text:overline-webkit-text-decoration: overline; text-decoration: overline;

Conditionally apply

Apply styles based on different states using selectors and applying conditionally.

<div class="text-decoration:underline:hover text-decoration:underline@sm text-decoration:underline@dark text-decoration:underline@print">…</div>
語法
文字對齊

Setting the text alignment of an element.

語法
文字裝飾顏色

Setting the color of decorative lines on text.

© Aoyue Design LLC.