Answers for "zoom in out animation css"

CSS
5

css zoom

.zoom50 {
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
Posted by: Guest on July-07-2021
0

zoom in and out iconhtml css

sdssdsdsdrererer
Posted by: Guest on October-30-2021

Browse Popular Code Answers by Language