CSS: background color
background color
background-color-
Sets a solid color. The color lies under background image. The color is visible if background image has transparent spots.
default is
transparent.x { background-color: grey; }
background-colorSets a solid color. The color lies under background image. The color is visible if background image has transparent spots.
default is transparent
.x { background-color: grey; }