Skip to content Skip to sidebar Skip to footer

Html Css Making The Background Image Static

I'd like to make it so the background image stays in the same place (static) while the website scrolls up and down. How do I go about doing this?

Solution 1:

background-attachment: fixed; should do it i believe.


Post a Comment for "Html Css Making The Background Image Static"