CSS - Rounded corners


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

IE8 and below have no CSS support


Copy this code and paste it in your HTML
  1. -moz-border-radius:5px; /* For Firefox */
  2. -webkit-border-radius:5px; /* For Chrome & Safari */
  3. border-radius:5px; /* CSS3 property, for FireFox 4, IE9 and Opera */

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.