6 ms·
TLD Source: http://www.iana.org/domains/root/db/google.html http://www.iana.org/domains/root/db/google.html Mirror implemented with: body { transform: s
by stringham 11y ago
TLD Source: http://www.iana.org/domains/root/db/google.html http://www.iana.org/domains/root/db/google.html
Mirror implemented with:
body {
transform: scaleX(-1);
}
- failoverflow 11y agoIt's actually body { transform: rotateY(180deg); }
- stringham 11y agoUsing chrome, and chrome on android inspecting the source shows that it is transform: scaleX(-1);
- timothya 11y agofailoverflow was actually right; while scaleX(-1) is present, it's overridden: http://i.imgur.com/mNjGE0F.png http://i.imgur.com/mNjGE0F.png It doesn't matter though, both transforms have the same effect.
- stringham 11y agoOn my Chromebook it doesn't override it with rotateY(180deg), but it does on my Linux machine running Chrome 41.