tor-browser

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

vertical-align-nested-top-001-ref.html (176B)


      1 <!DOCTYPE html>
      2 <style>
      3 body {
      4  font-size: 18px;
      5  line-height: 20px;
      6 }
      7 .hb {
      8  font-size: 12px;
      9  vertical-align: top;
     10 }
     11 </style>
     12 <body>
     13  <span class="hb">XX</span>
     14 </body>