Advertisement
1xptolevitico69

Background-attachment: fixed

Sep 22nd, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang=en>
  3. <head>
  4. <title></title>
  5. <meta charset=utf-8>
  6. <meta name="viewport" content="width=device-width">
  7. <style>
  8.  
  9. body {  
  10. background-image:url(https://images.pexels.com/photos/1414234/pexels-photo-1414234.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
  11. background-size:100% 100%;
  12. background-attachment:fixed;
  13.  }
  14.  
  15. </style>
  16. </head>
  17. <body>
  18.  
  19.  
  20.  
  21. <script>
  22.  
  23. </script>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement