Skip to content

Instantly share code, notes, and snippets.

@zmiftah
Created July 30, 2012 03:22
Show Gist options
  • Save zmiftah/3203964 to your computer and use it in GitHub Desktop.
Save zmiftah/3203964 to your computer and use it in GitHub Desktop.
CSS : Border Radius
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari and Chrome */
border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment