Skip to content

Instantly share code, notes, and snippets.

@billkeller
Created December 1, 2010 17:19
Show Gist options
  • Save billkeller/723835 to your computer and use it in GitHub Desktop.
Save billkeller/723835 to your computer and use it in GitHub Desktop.
border-radius, proper!
.foo {
-webkit-background-clip: padding-box;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment