Underline Generator

Profound Coder

CSS Generated Code:

color: #000000;
font-size: 20px;
text-decoration-color: rgb(31, 31, 31);
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-thickness: 5px;
/* Shorthand 
text-decoration: solid underline rgb(31, 31, 31) 5px;
*/