/ Published in: CSS
URL: http://perishablepress.com/press/2008/11/24/perfect-rounded-corners-with-css/
Expand |
Embed | Plain Text
-moz-border-radius:10px; /* Firefox */ -webkit-border-radius:10px; /* Safari and chrome */ -khtml-border-radius:10px; /* Linux browsers */ border-radius:10px; /* CSS3 */
You need to login to post a comment.
