Demo
<a class="zoom" href='#' style='font-size:12px;top:50px;left:50px'>Hover me!</a>
.zoom { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .zoom:hover { -webkit-transform: scale(1.4); transform: scale(1.4); }
source share