Skip to content

Instantly share code, notes, and snippets.

@christopherjenkins
Created October 12, 2012 19:49
Show Gist options
  • Save christopherjenkins/3881127 to your computer and use it in GitHub Desktop.
Save christopherjenkins/3881127 to your computer and use it in GitHub Desktop.
Border Radius
#element {
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment