border-left-color
CSS Property:
Result:
This is an example of the CSS border-left-color property.
CSS Code:
#myDiv {
margin:10px;
padding:30px;
border:7px solid;
border-left-color:blue;
}
Click the property values above to see the result
Click the property values above to see the result