Skip to content

underblob

<アンダブロッブ />

Tag: border-radius

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;
Author underblobPosted on 2010.06.242010.06.24Categories Design, TechTags border-radius, code, corners, CSS, rounded corners, snippet
underblob Proudly powered by WordPress