Created
February 12, 2013 21:10
-
-
Save jwdallas/4773426 to your computer and use it in GitHub Desktop.
Inset 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
/** | |
* Inset button | |
*/ | |
body { background:#f2f2f2; padding:20px; font:100%/1em 'proxima nova' } | |
a { text-decoration:none } | |
a { color:#666; padding:12px 18px; border-radius:6px; | |
box-shadow:inset 0 1px 3px 0 #aaa, 0 1px 1px 0 #fefefe } | |
a:hover { background:#eee } | |
a:active { background:#e9e9e9 } |
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 href="">Sign in</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
// alert('Hello world!'); |
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