Wednesday, March 16, 2011

To make round corner through CSS

For slightly round corder, use the code:

  -moz-border-radius: 20px;
   border-radius: 20px



As you will go on increasing the pixel from 20px to 200px

  -moz-border-radius: 200px;
   border-radius: 200px;

Corner will become more round. Try it yourself & find the difference

No comments:

Post a Comment