Created
May 27, 2012 00:01
-
-
Save jwdallas/2795683 to your computer and use it in GitHub Desktop.
Next button
This file contains hidden or 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
/** | |
* Next button | |
*/ | |
* { font-family:helvetica; font-weight:100 } | |
a { color: #666; text-decoration:none; cursor:pointer } | |
#next { width:200px; text-align:center; font-size:30px; line-height:30px; display:block; | |
margin:20px auto 50px; padding:10px 0; background:#ffec8b; | |
color:#666; text-shadow: 0px 1px 0px #ffff9e } | |
#next:after { content:'→'; position:relative; left:20px; top:3px } | |
#next:hover { text-decoration:none; color:#555; | |
box-shadow: inset 0 1px 1px 1px #f5e283 } | |
#next:active { } | |
} |
This file contains hidden or 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 id="next">Next</a> |
This file contains hidden or 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
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment