tor-browser

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

align-items-baseline-overflow-non-visible-ref.html (256B)


      1 <!DOCTYPE html>
      2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      3 <style>
      4 .flex {
      5  display: flex;
      6  align-items: baseline;
      7  font: 25px/1 Ahem;
      8 }
      9 </style>
     10 
     11 <body>
     12 <div class="flex">
     13  <span>XX</span>
     14  <div><div>YY</div></div>
     15 </div>
     16 </body>