rounded corners


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

rounded corners css3


Copy this code and paste it in your HTML
  1. -moz-border-radius: 5px;
  2. -webkit-border-radius: 5px;

Report this snippet


Comments


You need to login to view comments.