Answers for "css image transform flip mirror"

CSS
2

css image transform flip mirror

/* Flipping/mirroring horizontally */
img {
  transform: scaleX(-1);
}
Posted by: Guest on April-09-2021

Browse Popular Code Answers by Language