vaninoe

different bg on section change

Jul 14th, 2021 (edited)
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <div id="pg1">
  2. <style>
  3. #pg1 {
  4. background-image: url("Your Image Here");
  5. background-size: 25%;
  6. background-position: center;
  7. background-repeat: repeat-y-x;
  8. position: fixed;
  9. height: 100%;
  10. width: 100%;
  11. left: 0;
  12. top: 0;
  13. z-index: -1;
  14. }
  15. </style>
  16. </div>
Add Comment
Please, Sign In to add comment