Repeating Background or Not


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <style>
  2. body {background-image: url('images/background.gif');
  3. background-repeat: repeat-y};
  4. </style>
  5.  
  6. options:
  7. no-repeat
  8. repeat-x
  9. repeat-y

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.