CSS border-left-color Property

CSS border-left-color Property


CSS border-left-color Property
This CSS2+ property defines the color of an element’s left border. 
Syntax -
border-left-color: color | transparent | inherit 
Now we will see the values with their descriptions -
 
Value
Description
color
Specifies the color of the left border.
transparent
Specifies that the border color should be transparent
initial
Set this property to its default value.
inherit
Inherits this property from its parent element.
 
Now we will see Example - 
Example -
Output –