Skip to content

Instantly share code, notes, and snippets.

@brianbroken
Created April 27, 2013 00:22
Show Gist options
  • Save brianbroken/5471334 to your computer and use it in GitHub Desktop.
Save brianbroken/5471334 to your computer and use it in GitHub Desktop.
CSS: Rounded corners
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment