CSS border-left-color Property
Last Updated :
23 Aug, 2024
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:
- Google Chrome 1.0
- Edge 12.0
- Internet Explorer 4.0
- Firefox 1.0
- Opera 3.5
- Apple Safari 1.0