tor-browser

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

dimensions-002-print-ref.html (1037B)


      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;">
     13  <div style="border:solid; width:20%; height:20%; align-self:flex-end;">20%</div>
     14  <div style="border:solid; flex:1;">auto</div>
     15 </div>
     16 <div style="display:flex; height:200px;">
     17  <div style="display:flex; flex-flow:column; width:100px;">
     18    <div style="width:70px; height:70px; border:solid; margin-left:auto;">70px</div>
     19    <div style="flex:1; border:solid;">auto</div>
     20  </div>
     21  <div style="flex:1;"></div>
     22  <div style="display:flex; flex-flow:column; width:100px;">
     23    <div style="flex:1; border:solid;">auto</div>
     24    <div style="width:70%; height:70%; border:solid;">70%</div>
     25  </div>
     26 </div>
     27 <div style="display:flex; margin:0 100px; height:100px;">
     28  <div style="border:solid; flex:1;">auto</div>
     29  <div style="border:solid; width:70px; height:70px;">70px</div>
     30 </div>