outline-color
CSS Property:
Result:
Example of the outline-color property:
CSS Code:
#myDiv {
margin:10px;
padding:30px;
border:4px solid pink;
outline-style:solid;
outline-color:green;
}
Click the property values above to see the result
Click the property values above to see the result