Guest User

Untitled

a guest
Feb 12th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. body {
  2. background-image: url('/cheri/image/background.png'),
  3. url('/cheri/image/backgroundB.png');
  4. background-position: top, bottom;
  5. background-repeat: repeat-x, repeat-x;
  6. }
  7.  
  8. html {
  9. background-image: url('/cheri/image/background.png'), url('/cheri/image/backgroundB.png');
  10. background-position: top, bottom;
  11. background-repeat: repeat-x, repeat-x;
  12. }
  13.  
  14. html, body { min-height: 100%; }
Add Comment
Please, Sign In to add comment