Created
March 17, 2015 12:49
-
-
Save shuding/415ad63db156a1bcc2d1 to your computer and use it in GitHub Desktop.
http://codepen.io/mobify/pen/GtqKj, color picked by my eye
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a { | |
padding: 10px 20px; | |
font-family: helvetica; | |
font-size: 30px; | |
font-weight: bold; | |
text-shadow: 0 1px #fff; | |
line-height: 80px; | |
text-transform: uppercase; | |
color: #888; | |
text-decoration: none; | |
background-color: #e0e0e0; | |
border: 1px solid #ccc; | |
border-radius: 5px; | |
box-shadow: 0 2px 3px, 0 0 0 8px #dedede, 0 25px #eee inset, 0 0 0 11px #fff, 0 0 0 14px #999, 0 10px 20px 5px #ddd; | |
} | |
a:before { | |
content: '★'; | |
padding-right: 5px; | |
color: #aaa; | |
} | |
a:after { | |
content: '★'; | |
padding-left: 5px; | |
color: #aaa; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment