Multiple backgrounds with CSS3


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



Copy this code and paste it in your HTML
  1. background: url(body-top.gif) top left no-repeat,
  2. url(banner_fresco.jpg) top 11px no-repeat,
  3. url(body-bottom.gif) bottom left no-repeat,
  4. url(body-middle.gif) left repeat-y;

URL: http://www.css3.info/preview/multiple-backgrounds/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.