Skip to content

Instantly share code, notes, and snippets.

@hodadgists
Created June 11, 2013 17:00
Show Gist options
  • Save hodadgists/5758625 to your computer and use it in GitHub Desktop.
Save hodadgists/5758625 to your computer and use it in GitHub Desktop.
CSS: Individual Round Corners
#container {
-webkit-border-radius: 4px 3px 6px 10px;
-moz-border-radius: 4px 3px 6px 10px;
-o-border-radius: 4px 3px 6px 10px;
border-radius: 4px 3px 6px 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment