Return to Snippet

Revision: 50695
at August 30, 2011 18:57 by anaplusx


Initial Code
.box {
    background-image: url(top-left.gif), url(top-right.gif), url(bottom-left.gif), url(bottom-right.gif);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom left, bottom right;
}

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

Initial Description


Initial Title
CSS3  - Rounded Corner Boxes

Initial Tags
CSS3

Initial Language
CSS