Text decoration properties

text-decoration-color: tomato;
text-decoration-thickness: 2px; //other values: from-font
text-decoration-style: dotted; //other values: solid, double, dashed, wavy
text-decoration-line: line-through; //other values: underline, overline, or combine multiple
text-underline-offset: 1rem; //only effects underlining
Return Home