rounded corners met border radius


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



Copy this code and paste it in your HTML
  1. .box {
  2. -khtml-border-radius: 5px;
  3. -moz-border-radius: 5px;
  4. -webkit-border-radius: 5px;
  5. border-radius: 5px;
  6. }

Report this snippet


Comments


You need to login to view comments.