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


You need to login to view comments.