/ Published in: CSS
URL: http://css-tricks.com/snippets/css/rounded-corners/
Expand |
Embed | Plain Text
-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; /* future proofing */ -khtml-border-radius: 10px; /* for old Konqueror browsers */
You need to login to post a comment.
