Guest User

Untitled

a guest
Jul 20th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. body {
  2.         overflow: hidden;
  3.         background-image: url("img/bg12.jpg");
  4.         background-repeat: no-repeat;
  5.         background-size:100% 100%;
  6.         background-attachment:fixed;
  7.         font-size:100%;
  8.         padding:0em;
  9.         margin:0em;
  10. }
  11.  
  12. #bgimg {
  13.         z-index: -1;
  14.     background-size: contain;
  15.     background-repeat: no-repeat;
  16. background-position: center top;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment