CSS Text Decoration Generator
Sample Text Text Decoration Type None Underline Overline
Line Through Underline + Overline Decoration Color Decoration Style Solid Double Dotted Dashed Wavy Decoration Thickness 1px Decoration Offset 0px Text Color Font Size 24px Styled Text Example Expanded CSS
text-decoration: underline;
text-decoration-color: #ff0000;
text-decoration-style: solid;
text-decoration-thickness: 1px;
text-underline-offset: 0px;
color: #000000;
font-size: 24px;
Shorthand CSS
text-decoration: underline solid #ff0000;
text-decoration-thickness: 1px;
text-underline-offset: 0px;
color: #000000;
font-size: 24px;
Copy CSS Code