tor-browser

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

line-clamp-auto-018-ref.html (320B)


      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  padding: 2px;
     13  border: 2px solid black;
     14 }
     15 </style>
     16 <div class="clamp"><div>Line 1
     17 Line 2
     18 Line 3
     19 Line 4…</div></div>