tor-browser

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

text-align-last-justify-ref.html (353B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>text-align-last: justify</title>
      5  <meta charset="utf-8">
      6  <style>
      7   span.left {
      8     position: relative;
      9     float: left;
     10   }
     11   span.right {
     12     position: relative;
     13     float: right;
     14   }
     15  </style>
     16 </head>
     17 <body>
     18 <p><span class="left">Lorem</span><span class="right">ipsum</span></p>
     19 </body>
     20 </html>