Skip to content

Instantly share code, notes, and snippets.

@egoist
Created December 7, 2014 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egoist/d78865a360d8a06865a6 to your computer and use it in GitHub Desktop.
Save egoist/d78865a360d8a06865a6 to your computer and use it in GitHub Desktop.
.button {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #c83737;
border-bottom: 2px solid #a02c2c;
color: white;
display: inline-block;
font: bold 26px/1 "myriad-pro", "Myriad Pro", sans-serif;
letter-spacing: -1px;
margin-top: 20px;
padding: 12px 20px;
text-decoration: none;
}
.button:hover {
background: #b43131;
border-bottom-color: #8c2727;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment