CSS3 brings with it some amazing new features which web designers all over the world (including us) will love.
One of the most exciting new features that CSS3 brings with it is the functionality of rounded corners.

There’s never been an easy way to do rounded corners but with CSS3 now there is, see below:
The following CSS3 styling rule allows rounded corners to be set.
.round {-moz-border-radius:5px;-webkit-border-radius:5px;}
Supported in Firefox, Safari and Chrome not IE (surprise, surprise).
Related posts: