tor-browser

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

webkit-line-clamp-036-ref.html (283B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <style>
      4 .clamp {
      5  display: -webkit-box;
      6  -webkit-box-orient: vertical;
      7  width: 10.1ch;
      8  font: 16px / 32px monospace;
      9  background-color: yellow;
     10  padding: 4px;
     11  overflow: hidden;
     12 }
     13 </style>
     14 <div class="clamp">
     15  supercali…
     16      17 </div>