BORDER-BOTTOM-COLOR Property In CSS
border-bottom-color Property in CSS
border-bottom-color property Declares the color of the bottom border.
Possible Value:
Valid color names, RGB values, hexidecimal notation, or the predefined value transparent.
Examplediv { border-bottom-color:green; }
div { border-bottom-color:#00FF00; }