Skip to content

Instantly share code, notes, and snippets.

@dave547
Created March 15, 2012 21:48
Show Gist options
  • Save dave547/2047207 to your computer and use it in GitHub Desktop.
Save dave547/2047207 to your computer and use it in GitHub Desktop.
CSS: Border Raius (all corners rounded)
-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