tor-browser

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

scrollable-button-centering-ref.html (151B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4  button {
      5    height: 5em;
      6  }
      7 </style>
      8 <button>ABC</button>
      9 <button>ABC</button>
     10 <button>ABC</button>