how to make an image to cover complete background of a web 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;