I attempted to apply a background image to the body
element using the following CSS code:
body {
background: url("http://beerhold.it/1024/800") center bottom;
z-index: 10;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
However, the image is only partially displayed on the webpage.