tor-browser

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

webkit-line-clamp-050-ref.html (278B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <style>
      4  .clamp {
      5    display: block;
      6    padding: 10px;
      7    border: solid 3px;
      8    width: 100px;
      9  }
     10  .clamp div {
     11    border: medium solid green;
     12    padding: 15px;
     13  }
     14 </style>
     15 <div class="clamp">
     16  Line1
     17  <div>Line2…</div>
     18 </div>