tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

multi-line-column-flex-fragmentation-042-ref.html (860B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#pagination">
      3 <div style="width: 100px; height: 100px; columns: 2; column-fill: auto; column-gap: 0;">
      4  <div style="display: flex; flex-direction: column; flex-wrap: wrap; height: 200px;">
      5    <div style="height: 50px; width: 25px; background: pink;"></div>
      6    <div style="height: 50px; width: 25px; background: maroon;"></div>
      7    <div style="height: 50px; width: 25px; background: magenta;"></div>
      8    <div style="height: 50px; width: 25px; background: mediumaquamarine;"></div>
      9 
     10    <div style="height: 50px; width: 25px; background: orange;"></div>
     11    <div style="height: 50px; width: 25px; background: blue;"></div>
     12    <div style="height: 50px; width: 25px; background: purple;"></div>
     13    <div style="height: 50px; width: 25px; background: yellow;"></div>
     14  </div>
     15 </div>