<body>
  <h1>The Background Color of the entire page(body) is light blue.</h1>
</body>
body{
  background-color : lightblue;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.