Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.23 KB | None | 0 0
  1. <style type="text/css">
  2. body {
  3.     background: url("/media/your_image.jpg") no-repeat scroll center top #7B8E10;
  4. }
  5. </style>
  6.  
  7. Or if you just want a static color:
  8.  
  9. <style type="text/css">
  10. body {
  11.     background:#7B8E10;
  12. }
  13. </style>
Add Comment
Please, Sign In to add comment