Answers for "css flip transalte"

CSS
3

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