Template:Image flip/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>GKFX at 20:24, 5 November 2021 (GKFX moved page User:GKFX/sandbox/styles.css to Template:Image flip/styles.css without leaving a redirect: Move to templatespace for use). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.template-imageflip-horiz img {
	transform: scaleX(-1);
	transform-origin: center;
}
.template-imageflip-vert img {
	transform: scaleY(-1);
	transform-origin: center;
}