1px
0px
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;