tor-browser

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

599882-1-ref.html (313B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5  .positioned {
      6    display:block;
      7  }
      8 
      9  .container {
     10    display:inline-block;
     11  }
     12 </style>
     13 </head>
     14 <body>
     15 <span style="vertical-align: baseline">Baseline aligned</span>
     16 <span class="container"><span class="positioned">&nbsp;</span></span>
     17 </body>
     18 </html>