tor-browser

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

dimensions-001-print-ref.html (747B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  @page {
      5    margin: 0;
      6    size: 500px 400px;
      7  }
      8  body {
      9    margin: 0;
     10  }
     11 </style>
     12 <div style="display:flex; margin:0 100px; height:100px; align-items:flex-end;">
     13  <div style="border:solid; width:20%; height:20%;">20%</div>
     14 </div>
     15 <div style="display:flex; height:200px;">
     16  <div style="display:flex; width:100px;">
     17    <div style="flex:1; border:solid;">
     18      auto
     19    </div>
     20  </div>
     21  <div style="flex:1;"></div>
     22  <div style="display:flex; width:100px;">
     23    <div style="width:70%; height:70%; margin:auto 0; border:solid;">
     24      70%
     25    </div>
     26  </div>
     27 </div>
     28 <div style="margin:0 100px; height:94px; border:solid;">auto</div>