tor-browser

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

checkbox-clamp-01-ref.html (165B)


      1 <style>
      2  div {
      3    top: 50px;
      4    line-height: 0px;
      5    position: relative;
      6  }
      7 </style>
      8 
      9 <div>
     10  <input type="checkbox">
     11  <input type="checkbox" checked>
     12 </div>