CSS Snippet for Rounded Corners
Use this CSS to apply rounded corners to Mozilla, Webkit, and browsers that support CSS3:
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
Use this CSS to apply rounded corners to Mozilla, Webkit, and browsers that support CSS3:
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
No comments yet.
RSS feed for comments on this post. TrackBack URL