tor-browser

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

line-clamp-auto-037-ref.html (292B)


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