background image to cover whole page code example
Example: how to cover whole webpage by background image in html
background: url(images/bg.jpg) no-repeat center center fixed;
background-size: cover;
background: url(images/bg.jpg) no-repeat center center fixed;
background-size: cover;