Skip to content

Instantly share code, notes, and snippets.

@tyv
Created April 24, 2013 13:58
Show Gist options
  • Save tyv/5452328 to your computer and use it in GitHub Desktop.
Save tyv/5452328 to your computer and use it in GitHub Desktop.
Untitled
body
{
padding: 300px;
}
.b-button
{
background: 0;
border: 1px solid #ccc;
margin: 0;
outline: none;
padding: 10px 20px;
transition: transform 0.2s ease-in;
}
.b-button
{
transform: scale(0);
}
body:hover .b-button
{
transform: scale(1);
}
>>> <button class="b-button">:)</button> <<<
// 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