Text Decoration & Transform
These properties modify the visual presentation of text without changing its HTML content.
text-decoration
The shorthand includes text-decoration-line (underline, overline, line-through, none), text-decoration-color, text-decoration-style (solid, dashed, dotted, wavy), and text-decoration-thickness.
text-underline-offset
Moves the underline away from the baseline — essential for legible link underlines in modern designs.
text-transform
Accepts uppercase, lowercase, capitalize, and none. Transformations happen visually; the underlying HTML text is unchanged.