Thursday, February 21, 2013

Rounded Corners


-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;


 /* corners only
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.