CSS border-left-color Property
The CSS border-left-style property is used to specify the style of an element's left border.
Syntax
Property Values
| Value | Description |
|---|---|
| color | The color of the left border is specified here. For a complete list of color values, see CSS Color Values. The element's current color is the default color. |
| transparent | The border color should be transparent, as specified. |
| initial | This property is set to its default value. |
| inherit | This property is inherited from its parent element. |
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| border-left-color | 1.0 | 1.0 | 1.0 | 4.0 | 3.5 |