Skip to content

Instantly share code, notes, and snippets.

@L3au
Created May 7, 2013 12:28
Show Gist options
  • Save L3au/5532194 to your computer and use it in GitHub Desktop.
Save L3au/5532194 to your computer and use it in GitHub Desktop.
Untitled
a{
display:table-cell;
background:green;
vertical-align:bottom;
padding-left:10px;
padding-bottom:5px;
height:130px;
width:250px;
}
a:hover{
-moz-transition:all ease-in 1s;
-webkit-transition:all ease-in 1s;
transition:all ease-in 1s;
background:#8fc;
font-size:40px;
}
<!-- content to be placed inside <body>…</body> -->
<a href="#">hello world</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