Scale on Hover with Transition | CSS-Tricks
Bring your own prefixes! .grow { transition: all .2s ease-in-out; } .grow:hover { transform: scale(1.1); } ... Hi there, nice effect, I am using it as a main rollover effect in a website now, and used it before too but, can’t have my head around solving a...