CSS Border-left-color Property
The border-left-color sets the color of the left-border.
Possible Values
Read the Colors entry in the referance to understand its many possible values.
div {
border-left-color: black;
}Inherited? NO!
The border-left-color sets the color of the left-border.
Read the Colors entry in the referance to understand its many possible values.
div {
border-left-color: black;
}Inherited? NO!