HTML Dog
Skip to navigation

CSS Property: border-left-color

The color of the left border of a box.

Possible Values

ValueExample
[color]#f00
inherit
initial
unset

Example


.housefly { border-left-color: transparent; }

Browser support