border-left-color
Definition
The border-left-color property specifies the color of the element's left border. The left border is represented by the yellow highlighted area in the illustration below.

Example
div {border-left-color: #ff0000}
Characteristics
Possible values
- color
- Color name or value.
transparent- This keyword is used to indicate that no background color should be used for the given element, in order to allow underlying colors to shine through.
inherit- Use the same computed value as the parent element for this property.
Default value
Depends on Web browser
Applies to
Inherited
No
See also