tor-browser

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

legend-overlapping-right-border-1-ref.html (199B)


      1 <!DOCTYPE html>
      2 <style>
      3  fieldset {
      4    min-width: 0;
      5    width: 0;
      6  }
      7  legend {
      8    width: 100px;
      9    height: 20px;
     10    background: white;
     11  }
     12 </style>
     13 <fieldset>
     14  <legend></legend>
     15 </fieldset>