Skip to content

Instantly share code, notes, and snippets.

@sc212
Created April 2, 2012 06:36
Show Gist options
  • Save sc212/2281249 to your computer and use it in GitHub Desktop.
Save sc212/2281249 to your computer and use it in GitHub Desktop.
border radius for multiple browsers
.class, #id {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment