Rounded Corners


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

Rounded corners for mozilla & webkit


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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.