Skip to content

Instantly share code, notes, and snippets.

@konrad-gibaszewski
Last active October 5, 2015 07:58
Show Gist options
  • Save konrad-gibaszewski/2775000 to your computer and use it in GitHub Desktop.
Save konrad-gibaszewski/2775000 to your computer and use it in GitHub Desktop.
CSS border-radius
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/* https://developer.mozilla.org/en/CSS/border-radius */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment