tor-browser

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

baseline-000.html (508B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://drafts.csswg.org/css-multicol-1">
      4 <link rel="help" href="https://drafts.csswg.org/css-align/#baseline-export">
      5 <link rel="match" href="baseline-000-ref.html">
      6 <p>The word "PASS" should be seen below, with letters baseline aligned.</p>
      7 <div style="display:flex; align-items:baseline;">
      8  PA
      9  <div style="columns:2; column-fill:auto; height:5em;">
     10    SS
     11    <br>
     12  </div>
     13 </div>