border-left-color
Description
The border-left-color property for CSS sets the color of the left border of a box.
Syntax
CSS
border-left-color: value;
JS
object.style.borderLeftColor = "value";
Values
<'border-left-color'> = <color>
<color>
Specifies the color using a keyword or a numerical specification.
Initial
currentColor