Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created January 17, 2012 00:12
Show Gist options
  • Select an option

  • Save sadaco/1623749 to your computer and use it in GitHub Desktop.

Select an option

Save sadaco/1623749 to your computer and use it in GitHub Desktop.
Custom border radius CSS
#menubg {
-webkit-border-radius: 3px 0 3px 0;
-moz-border-radius: 3px 0 3px 0;
border-radius: 3px 0 3px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment