/ Published in: CSS
Make the background attached to the body as fixed such that it does not scroll along with the content of the page.
Expand |
Embed | Plain Text
background-attachment:fixed;
You need to login to post a comment.
Make the background attached to the body as fixed such that it does not scroll along with the content of the page.
background-attachment:fixed;
You need to login to post a comment.