W3docs

text-decoration-color

CSS Property:

Result:

Example of the text-decoration-color property.

CSS Code:

#myDiv {
text-decoration: underline;
text-decoration-color:green;
}

Click the property values above to see the result