tor-browser

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

content-size-ref.html (193B)


      1 <!DOCTYPE html>
      2 <style>
      3 .test {
      4  background: green;
      5  border: solid 2px;
      6  height: 100px;
      7 }
      8 </style>
      9 
     10 <div class="test" style="width: 96px"></div>
     11 <div class="test" style="width: 46px"></div>