tor-browser

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

text-align-last-justify-rtl-ref.html (316B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>text-align-last: justify in RTL</title>
      5  <meta charset="utf-8">
      6  <style>
      7   span.left {
      8     float: left;
      9   }
     10   span.right {
     11     float: right;
     12   }
     13  </style>
     14 </head>
     15 <body>
     16 <p><span class="right">אמר</span><span class="left">המחבר</span></p>
     17 </body>
     18 </html>