tor-browser

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

clip-text-ellipsis-ref.html (201B)


      1 <!DOCTYPE html>
      2 <style>
      3 .clip {
      4  font-size: 80px;
      5  width: 4em;
      6  color: green;
      7  text-overflow: ellipsis;
      8  white-space: nowrap;
      9  overflow: hidden;
     10 }
     11 
     12 </style>
     13 <div class="clip">AAAAAAAAAAAAA</div>