image Scale on Hover with Transition or image zoom on Hover with Transition

.csszilla{ transition: all .2s ease-in-out; }
.csszilla:hover { transform: scale(1.1); }

Comments

Popular posts from this blog