Advertisement
Guest User

Untitled

a guest
Apr 13th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <style>
  4. body{height:100%;
  5. width:100%;
  6. background-image:url(X3r0.jpg);/*your background image*/
  7. background-repeat:no-repeat;/*we want to have one single image not a repeated one*/
  8. background-size:cover;/*this sets the image to fullscreen covering the whole screen*/
  9. /*css hack for ie*/
  10. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.X3r0.jpg',sizingMethod='scale');
  11. -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='X3r0.jpg',sizingMethod='scale')";
  12. }
  13. </style>
  14. <body>
  15. <span></span>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement