Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. background: #c09854 url(images/img1.jpg) repeat-x;
  5. font-family: 'Arvo', serif;
  6. font-size: 14px;
  7. color: #3B3B3B;
  8. }
  9.  
  10. background: #c09854 url(../images/img1.jpg) repeat-x;
  11.  
  12. background:#ffffff url('../images/img_tree.png') no-repeat right top;
  13.  
  14. background: url(main/images/1.jpg) repeat-x #c09854;
  15.  
  16. background: url(../images/1.jpg) repeat-x #c09854;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement