tor-browser

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

line-clamp-auto-002-ref.html (341B)


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