CSS border-left-color
Also see the full, alphabetical list of CSS properties
The CSS border-left-color property allows you to set the color of an element's left border.
You can also use border-color to set the color for all sides of your element.
Note: You will also need to specify border-left-style and border-left-width before your border-left-color is displayed.
Choose your colors quickly with the HTML color picker.
| Syntax: | border-left-color: <value> |
| Possible Values: |
|
| Initial Value: | Uses the 'color' property |
| Applies to: | All elements. |
| Inherited: | Yes |
| Media: | Visual |
| Example: |
div.left-color {border-left-color:#ff9900}
|
| Try it yourself! |
|
