Skip to content

Instantly share code, notes, and snippets.

@ghooghe
Created November 5, 2013 19:40
Show Gist options
  • Select an option

  • Save ghooghe/7324890 to your computer and use it in GitHub Desktop.

Select an option

Save ghooghe/7324890 to your computer and use it in GitHub Desktop.
Cross browser border-radius
.rounded {
-moz-border-radius: 0.6rem;
-webkit-border-radius: 0.6rem;
border-radius: 0.6rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment