tor-browser

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

text-wrap-balance-align-001-ref.html (423B)


      1 <!DOCTYPE html>
      2 <style>
      3 .container {
      4  font-family: monospace;
      5  font-size: 20px;
      6  width: 20ch;
      7  border: solid 1px;
      8 }
      9 </style>
     10 <div class="container" style="text-align: right">
     11  123456789 123 567
     12  123456789 123 567
     13 </div>
     14 <div class="container" style="text-align: center">
     15  123456789 123 567
     16  123456789 123 567
     17 </div>
     18 <div class="container" style="text-align: justify">
     19  123456789 123 567
     20  123456789 123 567
     21 </div>