Answers for "how to zoom image in css without hover"

CSS
2

how to use image zoom effect in css

.parent:hover .child,
.parent:focus .child {
  transform: scale(1.2);
}
Posted by: Guest on February-26-2021

Code answers related to "how to zoom image in css without hover"

Browse Popular Code Answers by Language