background-color

Previous- color  |  Next-background-image

Description

This property sets the background color of an element, either a <color> value or the keyword 'transparent', to make the underlying colors shine through.


Initial Value : transparent

Applies to : all elements

Inherited : no

Possible Values
<color> | transparent | inherit

Example(s)
h1 { background-color: #f00 }

Previous- color  |  Next-background-image