CSS Property: border-left-color
The color of the left border of a box.
Possible Values
Value | Example |
---|---|
[color] | #f00 |
inherit | |
initial | |
unset |
Example
.housefly { border-left-color: transparent; }
border-left-color
The color of the left border of a box.
Value | Example |
---|---|
[color] | #f00 |
inherit | |
initial | |
unset |
.housefly { border-left-color: transparent; }