| Type: | color |
|---|---|
| Inherited: | no |
| Used By: | All block elements |
| Default: | none |
| See: | background-image border-color colorspace |
This property sets the background color of an element, either a color value or either 'transparent' or 'none', to make the underlying colors shine through.
Set's the background-color to red.
H1 { background-color: #FF0000 }