tor-browser

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

balanced-inner-multicol-ref.html (975B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <p>There should be 6 small blue squares below.</p>
      4 <div style="width:300px;">
      5  <div style="float:left; width:50px;">
      6    <div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
      7  </div>
      8  <div style="float:left; width:50px;">
      9    <div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
     10  </div>
     11  <div style="float:left; width:50px;">
     12    <div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
     13  </div>
     14  <div style="float:left; width:50px;">
     15    <div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
     16  </div>
     17  <div style="float:left; width:50px;">
     18    <div style="margin-top:50px; width:10px; height:10px; background:blue;"></div>
     19  </div>
     20  <div style="float:left; width:50px;">
     21    <div style="margin-top:50px; width:10px; height:10px; background:blue;"></div>
     22  </div>
     23 </div>