Skip to content

Instantly share code, notes, and snippets.

@benzittlau
Created May 16, 2011 04:13
Show Gist options
  • Save benzittlau/973932 to your computer and use it in GitHub Desktop.
Save benzittlau/973932 to your computer and use it in GitHub Desktop.
Good button css
/*http://www.zurb.com/playground/google-buttons*/
button.g-button, a.g-button, input[type=submit].g-button {
padding: 6px 10px;
-webkit-border-radius: 2px 2px;
border: solid 1px rgb(153, 153, 153);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
color: #333;
text-decoration: none;
cursor: pointer;
display: inline-block;
text-align: center;
text-shadow: 0px 1px 1px rgba(255,255,255,1);
line-height: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment