How to make a background image. So that when you scroll the body
down it does not change. And completely flooded the screen.
I did like this. Via html
.
<body style="overflow:hidden;"> <section style="overflow-y:auto;"> <header></header> <section> //Content </section> </section> </body>