zoom in image on hover
<img class="grow" src="imge.jpg"> .grow { transition: all .2s ease-in-out; } .grow:hover { transform: scale(1.1); }