tor-browser

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

font-size-adjust-reload-ref.html (476B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <link rel="author" title="Vitor Roriz" href="https://github.com/vitorroriz">
      5 <link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-size-adjust-prop">
      6 <style>
      7 html {
      8    margin: 0;
      9    padding: 0;
     10 }
     11 body {
     12    font-family: system-ui;
     13    font-size: 100px;
     14    font-size-adjust: 0.528;
     15    border: 0;
     16    padding: 0;
     17    margin: 0;
     18    height: 200px;
     19    width: 200px;
     20 }
     21 </style>
     22 </head>
     23 <body>
     24    <div id="target">A</div>
     25 </body>
     26 </html>