Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <style type="text/css">
  2. img {
  3. width:100%;
  4. height:100%;
  5. margin:0px;
  6. }
  7. </style>
  8.  
  9. <img src="wacard.png" alt="original image" title="">
  10.  
  11. <style type="text/css">
  12. body {
  13. width:100%;
  14. height:100%;
  15. margin:0px;
  16. }
  17. </style>
  18.  
  19. <body
  20. style="background-image: url(wacard.png);">
  21. </body>
  22.  
  23. html {
  24. background: url(images/bg.jpg) no-repeat center center fixed;
  25. -webkit-background-size: cover;
  26. -moz-background-size: cover;
  27. -o-background-size: cover;
  28. background-size: cover;
  29. }
  30.  
  31. background-position:
  32.  
  33. background-origin:
  34.  
  35. background-size: cover;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement