Open In App

CSS border-left-color Property

The border-left-color Property is used to set the color of the left-border in an Element. It is mandatory to declare the border-style or the border-left-style property before the border-left-color property.

Syntax:



border-left-color: color|transparent|initial|inherit; 

Property Values

color: It sets the color of the Element’s left-border.



Supported Browsers: The browser supported by css border-left-color property are listed below:


Article Tags :