Difference between revisions of "Template:Flexbox - Basis"

From IVS Wiki
Jump to: navigation, search
(Created page with "<div style="display: flex; flex-wrap: wrap; gap: 20px;"> <div class="text-box" style="flex-grow: {{{left_size|1}}}; flex-basis: 0; min-width: 0;"> {{{left|}}} </div>...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="display: flex; flex-wrap: wrap; gap: 20px;">
+
<div style="display: flex; flex-wrap: wrap; gap: {{{gap|0px}}};">
 
   <div class="text-box" style="flex-grow: {{{left_size|1}}}; flex-basis: 0; min-width: 0;">
 
   <div class="text-box" style="flex-grow: {{{left_size|1}}}; flex-basis: 0; min-width: 0;">
 
     {{{left|}}}
 
     {{{left|}}}

Latest revision as of 10:12, 10 April 2025