Return to Snippet

Revision: 46150
at May 13, 2011 17:46 by StefanHagen


Initial Code
div.test        -moz-border-radius: 10px 10px;
                border-radius: 10px 10px;

Initial URL


Initial Description
This is the new way of creating rounded corners. No images, just 2 lines of code [includes mozilla
fix] The two integers are used to set the radius. If they are equal, you can just put it down once.

Initial Title
CSS3 Rounded Corners [No Images]

Initial Tags
css, CSS3

Initial Language
CSS