tor-browser

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

line-clamp-auto-027-ref.html (293B)


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