Skip to content

Instantly share code, notes, and snippets.

@jwdallas
Created February 12, 2013 21:10
Show Gist options
  • Save jwdallas/4773426 to your computer and use it in GitHub Desktop.
Save jwdallas/4773426 to your computer and use it in GitHub Desktop.
Inset button
/**
* 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 }
<a href="">Sign in</a>
// alert('Hello world!');
{"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