Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. .Background {
  2. background-image: url(Background.jpg);
  3. background-repeat:no-repeat;
  4. background-attachment:fixed;
  5. background-position:top;
  6. position:absolute;
  7. height:610px;
  8. width: 700px;
  9. margin:0;}
  10.  
  11. <div><img src="Background.jpg"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement