tor-browser

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

webkit-line-clamp-001-ref.html (231B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  font: 16px / 32px serif;
      7  white-space: pre;
      8  background-color: yellow;
      9 }
     10 </style>
     11 <div class="clamp">Line 1
     12 Line 2
     13 Line 3
     14 Line 4
     15 Line 5</div>