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