Answers for "how to hover over 1 thing and it scales an another thing scales down css"

CSS
4

how to make a button grow in css

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
Posted by: Guest on May-10-2020

Code answers related to "how to hover over 1 thing and it scales an another thing scales down css"

Browse Popular Code Answers by Language