Skip to content

Instantly share code, notes, and snippets.

@billkeller
Created November 20, 2010 13:22
Show Gist options
  • Save billkeller/707823 to your computer and use it in GitHub Desktop.
Save billkeller/707823 to your computer and use it in GitHub Desktop.
proper border-radius
.foo {
border: 1px solid #707070;
-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