2010.06.24

CSS Snippet for Rounded Corners

By underblob @ 5:54pm — Categories: Design, HTTP, Tech
Tags: , , , , ,

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 »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment