Skip to content

Instantly share code, notes, and snippets.

@dhunmoon
Last active September 8, 2015 12:47
Show Gist options
  • Save dhunmoon/110feecd7b7fa2fa5d17 to your computer and use it in GitHub Desktop.
Save dhunmoon/110feecd7b7fa2fa5d17 to your computer and use it in GitHub Desktop.
CSS: Border Radius
-webkit-border-radius: Top Right Bottom Left ;
-moz-border-radius: Top Right Bottom Left;
border-radius: Top Right Bottom Left;
behavior: url(https://raw.githubusercontent.com/atulc007/CSS3-PIE/master/PIE-1.0.0/PIE.htc);
/*
For IE8 or Less:
http://www.hongkiat.com/blog/css3-border-radius-in-internet-explorer/
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment