Skip to content

Instantly share code, notes, and snippets.

@nixsticks
Created January 1, 2014 00:42
Show Gist options
  • Save nixsticks/8203717 to your computer and use it in GitHub Desktop.
Save nixsticks/8203717 to your computer and use it in GitHub Desktop.
a {
display: inline-block;
background-color: #B6B6B6;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: 700;
font-size: 1.5em;
font-family: sans-serif;
color: #5D595A;
padding: 0.5em 0.75em;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
border: 10px solid #BFBFBF;
}
a:before, a:after {
content:"★";
font-weight:bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment