tor-browser

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

webkit-line-clamp-052-ref.html (194B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <style>
      4  .clamp {
      5    width: 10em;
      6    border: 2px solid black;
      7    text-align: center;
      8  }
      9 </style>
     10 <div class="clamp">
     11  Line 1 <br>
     12  Line 2…
     13 </div>