Template:2 Column Flex: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(Created page with "<div style="display: flex; flex-wrap:wrap;"> <div style="display: flex; flex-direction: column; flex:{{{flex1|7}}}; min-width:300px;"> {{{content1|}}} </div> <div style="displ...")
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="display: flex; flex-wrap:wrap;">
<div style="display: flex; flex-wrap: {{#ifeq: {{lc:{{{reverse|}}}}}|yes|wrap-reverse;|wrap;}} flex-direction: {{#ifeq: {{lc:{{{rowreverse|}}}}}|yes|row-reverse;|row;}} {{{css|}}}">
<div style="display: flex; flex-direction: column; flex:{{{flex1|7}}}; min-width:300px;">
<div style="display: flex; flex-direction: column; flex:{{{flex1|7}}}; min-width:{{{minwidth1|300px}}}; {{{col1css|}}}">
{{{content1|}}}
{{{content1|}}}
</div>
</div>
<div style="display: flex; flex-direction: column; flex:{{{flex2|3}}}; min-width:300px;">
<div style="display: flex; flex-direction: column; flex:{{{flex2|3}}}; min-width:{{{minwidth2|300px}}}; {{{col2css|}}}">
{{{content2|}}}
{{{content2|}}}
</div>
</div>
</div>
</div>

Latest revision as of 21:39, 20 September 2021