tor-browser

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

max-height-ref.html (188B)


      1 <!DOCTYPE html>
      2 <style>
      3  meter {
      4    height: 50px;
      5    padding: 23px;
      6    border: 1px solid black;
      7    box-sizing: border-box;
      8    overflow: hidden;
      9  }
     10 </style>
     11 <meter>Some text</meter>