tor-browser

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

multicol-with-oof-in-multicol-with-oof-in-multicol.html (604B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://issues.chromium.org/issues/41486207">
      4 <div style="columns:2; column-fill:auto; height:100px;">
      5  <div style="columns:1; column-fill:auto; height:100px;">
      6    <div style="position:relative;">
      7      <div id="outer" style="position:absolute;"></div>
      8    </div>
      9    <div style="columns:1; column-fill:auto; height:100px; position:relative;">
     10      <div style="position:relative;">
     11        <div id="inner" style="position:absolute;"></div>
     12      </div>
     13    </div>
     14  </div>
     15 </div>