Less Css rounded Corners


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



Copy this code and paste it in your HTML
  1. .rounded(@radius: 3px) {
  2. border-radius:@radius;
  3. -moz-border-radius:@radius;
  4. -webkit-border-radius:@radius;}

URL: http://lostwebdesigns.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.