border radius attributes


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



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

Report this snippet


Comments


You need to login to view comments.