CSS border left color Property
CSS border-left-color Property
The border-left-color property is used to set the color of an element left border. It is always used with the border-style or border-left-style property.
Default Value:-
Its default value is the current color of the given element.
Syntax:-
Its syntax is:- border-left-color: color | transparent | initial | inherit;
Further Explanation:-
Value | Description |
---|---|
color | Specifies the color of the left border. |
transparent | Specifies that the border color should be transparent |
initial | Sets this property to its default value. |
inherit | Inherits this property from its parent element. |