tor-browser

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

text-wrap-balance-line-clamp-001-ref.html (290B)


      1 <!DOCTYPE html>
      2 <style>
      3 .container {
      4  font-family: monospace;
      5  font-size: 20px;
      6  width: 20ch;
      7  display: -webkit-box;
      8  -webkit-box-orient: vertical;
      9  -webkit-line-clamp: 2;
     10  overflow: hidden;
     11 }
     12 </style>
     13 <div class="container">
     14  123 567 901 345 789
     15  123 567 901 345 789
     16  123
     17 </div>