Pages

Friday, January 4, 2013

CSS Rounded Corners



.roundedtags {
width:400px;
height:25px;
background-color:#CCEBD6;
border: 1px solid #FF8855;
padding: 5px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}



http://viralpatel.net/blogs/rounded-corner-css-without-images/

No comments:

Post a Comment