Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Tuesday, January 17, 2012
Rounded corner by css
.rounded-corners {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
}
http://jonraasch.com/blog/css-rounded-corners-in-all-browsers
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment