tor-browser

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

block-in-inline-vertical-align-001-ref.html (316B)


      1 <!DOCTYPE html>
      2 <style>
      3  div {
      4    line-height: 20px;
      5  }
      6  </style>
      7  <p>The numbers 1, 2 and 3 below should be in ascending order, from top to bottom, with no overlap.</p>
      8 <div>
      9  2
     10  <span style="vertical-align: 20px;">
     11    1
     12    <div>3</div>
     13    4
     14    <div>5</div>
     15    6
     16    <div>7</div>
     17    8
     18  </span>
     19 </div>