Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. * { padding: 0; margin: 0; }
  2.  
  3. html
  4. {
  5.     background-color: #FFFFFF;
  6.     background-position: left top;
  7.     background-image: url(../images/bg.jpg);
  8.     background-repeat: repeat-x;
  9.     background-attachment: fixed;
  10. }
  11.  
  12. body
  13. {
  14.     font-family: Georgia, "Times New Roman", Times, serif;
  15.     background-image: url(../images/glare.png);
  16.     background-position: left top;
  17.     background-repeat: no-repeat;
  18.     background-attachment: fixed;
  19.     color: #FFFFFF;
  20.     font-size: 14px;
  21.     line-height: 150%;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement