how to a set a image as a background cover for section in html? 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;