tor-browser

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

max-width-ref.html (174B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <style>
      5      #a { border: 1px solid black; max-width: 200px; height: 100px; }
      6    </style>
      7    <div id="a">
      8    </div>
      9  </body>
     10 </html>