tor-browser

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

line-clamp-with-text-overflow-string-003-ref.html (296B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  font: 16px / 32px monospace;
      7  white-space: pre;
      8  background-color: yellow;
      9  padding: 0 4px;
     10  width: 35.1ch;
     11 }
     12 </style>
     13 
     14 <div class="clamp">Line 1
     15 Line 2 overflows the line-clamp co-
     16 Line 3
     17 Line 4…</div>