Tag Archives: Rounded Corners

CSS3 Rounded Corners

 

One of the nice options in CSS3 is border-radius. It will allow you to create rounded corners for elements such as divs. This feature is supported in Mozilla/Firefox and Safari 3. IE users will still see the the border, it just won’t be rounded.

CSS3 Rounded Corners
Demo 1 – All Corners Rounded

The CSS

The HTML

CSS3 Partial Rounded Corners.

You can even take it a step further and specify specific corners to be rounded.

Demo 2 – Various Corners Rounded

The CSS

The HTML