Skip to content

Instantly share code, notes, and snippets.

@faridjame
Created March 9, 2012 14:23
Show Gist options
  • Save faridjame/2006729 to your computer and use it in GitHub Desktop.
Save faridjame/2006729 to your computer and use it in GitHub Desktop.
CSS: Rounded Box
.round {
-webkit-border-radius: 12px;
border-radius: 12px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment