zoom in effect while hover over image code example
Example 1: on hover zoom card
transform: scale(1.5);
Example 2: how to use image zoom effect in css
.parent:hover .child,
.parent:focus .child {
transform: scale(1.2);
}
transform: scale(1.5);
.parent:hover .child,
.parent:focus .child {
transform: scale(1.2);
}