CSS3 Rounded Corners [No Images]


/ Published in: CSS
Save to your folder(s)

This is the new way of creating rounded corners. No images, just 2 lines of code [includes mozilla
fix] The two integers are used to set the radius. If they are equal, you can just put it down once.


Copy this code and paste it in your HTML
  1. div.test -moz-border-radius: 10px 10px;
  2. border-radius: 10px 10px;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.