tor-browser

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

clip-text-text-emphasis-ref.html (168B)


      1 <!DOCTYPE html>
      2 <style>
      3 .clip {
      4  font-size: 80px;
      5  text-emphasis: filled dot currentColor;
      6  color: green;
      7 }
      8 </style>
      9 <div class="clip">Text with text emphasis</div>