Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created January 17, 2012 00:07
Show Gist options
  • Save sadaco/1623732 to your computer and use it in GitHub Desktop.
Save sadaco/1623732 to your computer and use it in GitHub Desktop.
border radius css
#main {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#sec{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment