Skip to content

Instantly share code, notes, and snippets.

@Dexterstat
Created January 13, 2014 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dexterstat/8400411 to your computer and use it in GitHub Desktop.
Save Dexterstat/8400411 to your computer and use it in GitHub Desktop.
CSS border radius Cross Browser
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-clip: padding-box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment