Is it possible to create rounded corners using CSS only without using any image? If so please let me know how to do it.
With CSS3, you can do it easily. Following is the official documentation.
http://www.w3.org/TR/css3-background/#the-border-radius
border: solid black 1em;border-radius: 7.5em 5em
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
With CSS3, you can do it easily. Following is the official documentation.
http://www.w3.org/TR/css3-background/#the-border-radius