Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <script language="JavaScript">
  6. winW = window.innerWidth;
  7. winH = window.innerHeight;
  8.  
  9. document.body.style.backgroundImage = "url(example.png)"
  10. </script>
  11.  
  12. <title>MG</title>
  13.  
  14.  
  15. <style type="text/css">
  16. body {
  17. background: url(map.php?mx=100&my=100) no-repeat center center fixed;
  18. -webkit-background-size: contain;
  19. -moz-background-size: contain;
  20. -o-background-size: contain;
  21. background-size: contain;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement