Skip to content

Instantly share code, notes, and snippets.

@Ricardo-Diaz
Created October 23, 2012 18:46
Show Gist options
  • Save Ricardo-Diaz/3940724 to your computer and use it in GitHub Desktop.
Save Ricardo-Diaz/3940724 to your computer and use it in GitHub Desktop.
CSS: Rounded Borders
Rounded Borders
.light-rounded {
border-radius: 3px;
}
.heavy-rounded {
border-radius: 8px;
}
.full-rounded {
border-radius: 50%;
}
.barrel-rounded {
border-radius: 20px/60px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment