tor-browser

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

block-in-inline-align-last-001-ref.html (312B)


      1 <!DOCTYPE html>
      2 <style>
      3 section {
      4  width: 10ch;
      5 }
      6 .right {
      7  text-align: right;
      8 }
      9 </style>
     10 <body>
     11  <section>
     12    <div>1234567</div>
     13    <div class="right">1234567</div>
     14    <div>1234567</div>
     15    <div class="right">1234567</div>
     16    <div>1234567</div>
     17    <div class="right">1234567</div>
     18  </section>
     19 </body>