Skip to content

Instantly share code, notes, and snippets.

@sambody
Created June 11, 2013 22:46
Show Gist options
  • Save sambody/5761435 to your computer and use it in GitHub Desktop.
Save sambody/5761435 to your computer and use it in GitHub Desktop.
CSS: Rounded corners, border radius
-webkit-border-radius: 4px;
border-radius: 4px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment