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