Skip to content

Instantly share code, notes, and snippets.

@maxpelic
Created August 27, 2013 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxpelic/6357950 to your computer and use it in GitHub Desktop.
Save maxpelic/6357950 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#button{
background-color:#FF6600;
box-shadow:0px 10px 0px #B24700;
border-radius:5px;
padding:10px;
}
#button:hover{
transition: box-shadow .2s, background-color 1s, padding-top .2s;
background-color:#FF9933;
}
#button:active{
box-shadow:0px 0px 0px;
padding-top:20px;
}
<a href="#" id="button">HOME</div>
// 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