Skip to content

Instantly share code, notes, and snippets.

@wangshijun
Created August 27, 2012 07:34
Show Gist options
  • Save wangshijun/3486496 to your computer and use it in GitHub Desktop.
Save wangshijun/3486496 to your computer and use it in GitHub Desktop.
Border-Radius
-webkit-border-radius: 3px 3px 0 0;
-khtml-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment