Skip to content

Instantly share code, notes, and snippets.

@jwdallas
Created May 27, 2012 00:01
Show Gist options
  • Save jwdallas/2795683 to your computer and use it in GitHub Desktop.
Save jwdallas/2795683 to your computer and use it in GitHub Desktop.
Next button
/**
* 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 { }
}
<a id="next">Next</a>
{"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