Full Size Background Image

Here we have a full sized background image on a full sized webpage that covers the entire browser window at all times.

The requirements are as follows:


To do this:

  1. We use the html element (the html element is always at least the height of the browser window).
  2. We set a fixed and centered background on it.
  3. We adjust its size with the background-size property if we need to

The details are on the previous webpage.


There should be no scroll bars caused by the background image at all.

Back button Table of Contents Next button