tor-browser

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

webkit-line-clamp-029-ref.html (335B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  display: block;
      7  font: 16px / 32px monospace;
      8  white-space: pre;
      9  background-color: yellow;
     10 }
     11 .child {
     12  overflow: hidden;
     13 }
     14 </style>
     15 <div class="clamp"><div class="child">Line 1
     16 Line 2
     17 Line 3
     18 Line 4
     19 Line 5</div></div>
     20 <p>Following content.</p>