Posted by
admin on
Dec 8th, 2009 |
1 comment
W3C has offered some new options for borders in CSS3, of which one is border-radius. Both Mozila/Firefox and Safari 3 have implemented this function, which allows you to create round corners on box-items. This is an example:
This is an example of a paragraph with rounded corners.
Below is the code used to create the rounded corner effect, you can image the endless possibilities with creation of buttons...