Template:MirrorV/doc
File:Edit-copy green.svg | This is a documentation subpage for Template:MirrorV. It may contain usage information, categories and other content that is not part of the original template page. |
A shorthanded CSS code for vertically mirroring elements inside style attribute. Use it inside the style=""
attribute of HTML elements like other CSS properties.
- Named Parameter
display=
allows to change the CSS display property. It defaults todisplay: inline-block;
When using this template to create the mirrored effect, editors should consider carefully about the accessibility.
Examples[change]
The mirroring happens at the center of the whole object and its effective dimensions will retain the original values of the object as if unmirrored, so you may adjust the position and padding to avoid unwanted overlapping. Use the display=
parameter to further control positioning.
Syntax | Result |
---|---|
<syntaxhighlight lang="html">*Some mirrored characters: A B C D</syntaxhighlight> <syntaxhighlight lang="html">*Works with numbers, too: <syntaxhighlight lang="html">*Or with arbitrary text: |
|
<syntaxhighlight lang="html">This is a placeholder image:</syntaxhighlight>
<syntaxhighlight lang="html"></syntaxhighlight>
<syntaxhighlight lang="html">It is mirrored.</syntaxhighlight> |
This is a placeholder image:
It is mirrored. |
See also:[change]
- {{Transform-rotate}}
- {{mirrorH}}