Thursday 9 October 2014

Create round corners with css


Create round corners with css

Designers oftenly use images to make curve angel.. Here i will show you how to draw curve using css. This css create round corner with the border. write the below property in your css.


-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;

No comments: