Template:Lr

From The Toaq Wiki
Revision as of 19:14, 1 December 2023 by Uakci (talk | contribs) (Created page with "<noinclude> Creates an inline flex element that pushes its contents to the left and right, respectively. Eg. <pre> <span class="display: inline-box; width: 200px; border: 1px solid black;"> {{lr|left|right}} </span> </pre> <blockquote> <span class="display: inline-box; width: 200px; border: 1px solid black;"> {{lr|left|right}} </span> </blockquote> </noinclude><includeonly ><span style="display: inline-flex"; width: 100%;" ><span>{{{1}}}</span><span class="margin: 0 auto...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creates an inline flex element that pushes its contents to the left and right, respectively. Eg.

<span class="display: inline-box; width: 200px; border: 1px solid black;">
{{lr|left|right}}
</span>

leftright