Answers for "how to show a small image and enlarge when hover html"

CSS
4

how to enlarge image when hover on in css

img:hover {
transform: scale(1.3);
}
Posted by: Guest on April-27-2020

Code answers related to "how to show a small image and enlarge when hover html"

Browse Popular Code Answers by Language