Skip to content

Instantly share code, notes, and snippets.

@mygists
Created April 14, 2012 17:31
Show Gist options
  • Select an option

  • Save mygists/2386115 to your computer and use it in GitHub Desktop.

Select an option

Save mygists/2386115 to your computer and use it in GitHub Desktop.
CSS: Border radius (3px)
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment