tor-browser

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

line-clamp-auto-011-ref.html (219B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  background-color: yellow;
      7  border: 1px solid black;
      8  padding: 4px;
      9 }
     10 </style>
     11 <div class="clamp"></div>
     12 <p>Following content.</p>