Skip to content

Instantly share code, notes, and snippets.

@stoddsie
Last active December 15, 2015 22:59
Show Gist options
  • Save stoddsie/5336844 to your computer and use it in GitHub Desktop.
Save stoddsie/5336844 to your computer and use it in GitHub Desktop.
CSS:Border Radius
border-radius:5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
@stoddsie
Copy link
Author

stoddsie commented Apr 8, 2013

Saves having to look this up every time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment