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