how to change the page background in css

CSS
body {
  /* this changes the page's background to green  */
  background-color: green;
}
Source

Also in CSS: