tor-browser

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

webkit-line-clamp-008-ref.html (315B)


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