Skip to content

Instantly share code, notes, and snippets.

@readme42
Created September 15, 2013 12:03
Show Gist options
  • Save readme42/6570188 to your computer and use it in GitHub Desktop.
Save readme42/6570188 to your computer and use it in GitHub Desktop.
A Pen by Cornelius Schmale.
<input type="button" class="rounded" value="This is a CSS3 rounded corner button"/>
input {
padding: 20px;
}
input[type=button].rounded {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment