BACKGROUND-COLOR Property In CSS
background-color Property in CSS
background-color property Declares the background color.
Possible Value:
Valid color names hexidecimal notation.
Examplediv { background-color:green; }
div { color:#00FF00; }
background-color property Declares the background color.
Valid color names hexidecimal notation.
Examplediv { background-color:green; }
div { color:#00FF00; }