tor-browser

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

intrinsic-1o.html (497B)


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