tor-browser

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

webkit-line-clamp-053-ref.html (245B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <style>
      4  .clamp {
      5    width: 8ch;
      6    border: 2px solid black;
      7    text-align: justify;
      8    text-align-last: justify;
      9    font-family: monospace;
     10  }
     11 </style>
     12 <div class="clamp">
     13  XXX XXX XX XX…
     14 </div>