tor-browser

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

zoom-precision-ref.html (390B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <meta name="viewport" content="width=device-width, initial-scale=1">
      4 <style>
      5  .s {
      6    display: inline-block;
      7    background: green;
      8    width: 161.5px;
      9    height: 85px;
     10  }
     11 
     12  .t {
     13    font-size: 0;
     14    width: 484.5px;
     15    background: red;
     16  }
     17 </style>
     18 <div class="t">
     19  <div class="s"></div>
     20  <div class="s"></div>
     21  <div class="s"></div>
     22 </div>