Background Color

//the background color of a page is set like this

body {
  background-color: lightblue;
}

Specifies the background color of an element.

With CSS, a color is most often specified by: a valid color name - like "red", a HEX value - like "#ff0000", an RGB value - like "rgb(255,0,0)".

Related concepts

Background Color

Background Color — Structure map

Clickable & Draggable!

Background Color — Related pages: