/ Published in: CSS
Rounded corners for mozilla & webkit
Expand |
Embed | Plain Text
.round_corners { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
You need to login to post a comment.
kerpunk on 11/17/09
2 people have marked this snippet as a favorite
Rounded corners for mozilla & webkit
.round_corners { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
You need to login to post a comment.