PurabTech is technical blog for Programmer and Coders
how to create rounded corners using css
CSS tutorial, how to create rounded corners using css. We always need the rounded corners for our various web projects. W3C has offered borders in CSS3.
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.
how to create rounded corners using css
There are many javascripts are available to create the rounded corner using scripts. But specially recommend use pur css to avoid unnecessary script loading. So many sites uses the background image also, We need to avoid that also.
Following css will give you the rounded corners using only css:
The sample you show have Gradiant background. The CSS in this example does not fit with the sample.