CSS3 - Rounded Corner Boxes


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



Copy this code and paste it in your HTML
  1. .box {
  2. background-image: url(top-left.gif), url(top-right.gif), url(bottom-left.gif), url(bottom-right.gif);
  3. background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  4. background-position: top left, top right, bottom left, bottom right;
  5. }

URL: http://24ways.org/2006/rounded-corner-boxes-the-css3-way

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.