tor-browser

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

calc-vertical-align-1-ref.html (534B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>CSS Reference: Test for vertical-align:calc()</title>
      5  <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      6 
      7 <div style="line-height: 100px; margin-top: 100px">
      8  <span>x</span>
      9  <span style="vertical-align: 50px">x</span>
     10  <span style="vertical-align: 50px">x</span>
     11  <span style="vertical-align: 75px">x</span>
     12  <span style="vertical-align: 45px">x</span>
     13  <span style="vertical-align: 40px">x</span>
     14  <span style="vertical-align: 30px">x</span>
     15 </div>
     16 </body>
     17 </html>