CSS background-color
Also see the full, alphabetical list of CSS properties
The CSS background-color property is for setting the background color of an element.
Choose your colors quickly with the HTML color picker.
| Syntax: | background-color: <value> |
| Possible Values: |
|
| Initial Value: | Transparent |
| Applies to: | All elements |
| Inherited: | No |
| Media: | Visual |
| Example |
background-color:#ff9900
|
| Try it yourself! |
|

