tor-browser

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

block-ellipsis-003-ref.html (299B)


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