tor-browser

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

vertical-align-nested-top-001.html (435B)


      1 <!DOCTYPE html>
      2 <link rel="match" href="vertical-align-nested-top-001-ref.html">
      3 <link rel="help" href="https://drafts.csswg.org/css2/visudet.html#propdef-vertical-align" />
      4 <link rel="author" href="kojii@chromium.org">
      5 <style>
      6 body {
      7  font-size: 18px;
      8  line-height: 20px;
      9 }
     10 .hb {
     11  font-size: 12px;
     12  vertical-align: top;
     13 }
     14 .g2 {
     15  vertical-align: top;
     16 }
     17 </style>
     18 <body>
     19  <span class="hb">X<span class="g2">X</span></span>
     20 </body>