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