how to flip using css code example Example: css image transform flip mirror /* Flipping/mirroring horizontally */ img { transform: scaleX(-1); }