CSS Property:

border-top-color

Result:

This is an example of the CSS border-top-color property.

CSS Code:

#myDiv {
                
margin:10px;
padding:30px;
border:7px solid;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?