Crossbrowser Border Radius


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



Copy this code and paste it in your HTML
  1. selector { -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px }

Report this snippet


Comments


You need to login to view comments.