tor-browser

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

text-align-last-end-ref.html (239B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>text-align-last: end</title>
      5  <meta charset="utf-8">
      6  <style>
      7   p {
      8     text-align: end;
      9   }
     10  </style>
     11 </head>
     12 <body>
     13 <p>Lorem ipsum</p>
     14 <p dir="rtl">אמר המחבר</p>
     15 </body>
     16 </html>