tor-browser

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

single-line-row-flex-fragmentation-027-ref.html (599B)


      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; height: 200px;">
      5    <div style="height: 200px; width: 10px; background: pink;"></div>
      6    <div style="height: 200px; width: 10px; background: yellow;"></div>
      7    <div style="height: 200px; width: 10px; background: purple;"></div>
      8    <div style="height: 200px; width: 10px; background: blue;"></div>
      9    <div style="height: 200px; width: 10px; background: orange;"></div>
     10  </div>
     11 </div>