Skip to content

Instantly share code, notes, and snippets.

@jakeasmith
Created January 19, 2012 23:06
Show Gist options
  • Save jakeasmith/1643606 to your computer and use it in GitHub Desktop.
Save jakeasmith/1643606 to your computer and use it in GitHub Desktop.
Rounded corners
.rounded {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment