Monday, July 2, 2012


This is a nice feature from HTML5 the new HTML version: components with rounded corners. With this feature, one can make awesome corner rounded tables, cells, tabs or buttons using no images !!

If you are using a self respecting
browser then you should see beautiful
cells with rounded corners

To round the corners of an element, simply add this to its style :

border-radius: 15px;