Difference between revisions of "Template:Flexbox"
IVSWikiBlue (talk | contribs) (Created page with "<div style="display: flex;flex-wrap"> <div class="text-box" style="flex: 1;"> {{{left|}}} </div> <div> {{{right|}}} </div> </div>") |
IVSWikiBlue (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="display: flex;flex-wrap"> | + | <div style="display: flex;flex-wrap:wrap;gap:20px"> |
− | <div class="text-box" style="flex: 1;"> | + | <div class="text-box" style="flex: 1;flex-grow:{{{left_size|}}}"> |
{{{left|}}} | {{{left|}}} | ||
</div> | </div> | ||
− | <div> | + | <div style="flex-grow:{{{right_size|}}}"> |
{{{right|}}} | {{{right|}}} | ||
</div> | </div> | ||
</div> | </div> |