tor-browser

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

block-ellipsis-002-ref.html (219B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  color: teal;
      7  font-weight: bold;
      8  font-style: italic;
      9 }
     10 </style>
     11 <div class="clamp">
     12  Line 1<br>
     13  Line 2<br>
     14  Line 3…
     15 </div>