
increase the size of an image on hover using css example
increase the size of an image on hover using css example in css
img {
transition: all .2s ease-in-out;
}
img:hover {
transform: scale(1.5);
}
increase the size of an image on hover using css example in css
img {
transition: all .2s ease-in-out;
}
img:hover {
transform: scale(1.5);
}
Share URL: make-a-quarter-of-circle-css-example