tor-browser

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

intrinsic-1j.html (375B)


      1 <!DOCTYPE html>
      2 <body>
      3  <div style="display: inline-block; background: blue;
      4              box-sizing: border-box; height: 200px;
      5              border: 40px transparent solid">
      6    <!-- We need to be taller than intrinsic height, so use a min-height -->
      7    <img src="lime100x100.png"
      8         style="min-height: 100%; display: block; visibility: hidden;">
      9  </div>
     10 </body>