.also-made a {
color: #EEE;
text-shadow: 1px 1px #D47, 2px 2px #D47, 3px 3px #D47;
position: relative;
top: 0;
left: 0;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
transition: all 0.12s ease-out;
}
.also-made a:hover {
color: #FFF;
top: -3px;
left: -3px;
text-shadow: 1px 1px #D47, 2px 2px #D47, 3px 3px #D47, 4px 4px #D47, 5px 5px #D47, 6px 6px #D47;
}
David DeSandro
Source: desandro.com