Mirror implemented with:
body { transform: scaleX(-1); }
body { transform: rotateY(180deg); }
transform: scaleX(-1);
It doesn't matter though, both transforms have the same effect.
Mirror implemented with: