Answers for "making zoom animation of a image in css3"

CSS
0

how to enlarge image when hover on in css

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

Browse Popular Code Answers by Language