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