tor-browser

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

unit-rem-root-fontsize.html (68B)


      1 <style>
      2 :root {
      3  font-size: 1.5rem;
      4 }
      5 </style>
      6 
      7 <body>Hello</body>