tor-browser

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

line-clamp-023-ref.html (418B)


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