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.html (765B)


      1 <!DOCTYPE html>
      2 <title>
      3  Single-line row flex fragmentation: row-reverse.
      4 </title>
      5 <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#pagination">
      6 <link rel="match" href="single-line-row-flex-fragmentation-027-ref.html">
      7 <div style="width: 100px; height: 100px; columns: 2; column-fill: auto; column-gap: 0;">
      8  <div style="display: flex; flex-flow: row-reverse; height: 200px;">
      9    <div style="height: 200px; width: 10px; background: orange;"></div>
     10    <div style="height: 200px; width: 10px; background: blue;"></div>
     11    <div style="height: 200px; width: 10px; background: purple;"></div>
     12    <div style="height: 200px; width: 10px; background: yellow;"></div>
     13    <div style="height: 200px; width: 10px; background: pink;"></div>
     14  </div>
     15 </div>