tor-browser

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

block-ellipsis-004-ref.html (323B)


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