tor-browser

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

clip-text-animated-text-ref.html (276B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4  .text {
      5    background-color: DeepPink;
      6    background-clip: text;
      7    font-size: 50px;
      8    font-family: sans-serif;
      9    font-weight: 600;
     10    color: transparent;
     11  }
     12 </style>
     13 <div class="text">
     14  <p>Text</p>
     15 </div>