tor-browser

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

clip-text-text-emphasis.html (505B)


      1 <!DOCTYPE html>
      2 <title>background-clip:text with text emphasis</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-text">
      4 <link rel="match" href="clip-text-text-emphasis-ref.html">
      5 <meta name="fuzzy" content="maxDifference=0-45; totalPixels=0-5100">
      6 <style>
      7 .clip {
      8  font-size: 80px;
      9  text-emphasis: filled dot transparent;
     10  color: transparent;
     11  background-color: green;
     12  background-clip: text;
     13 }
     14 </style>
     15 <div class="clip">Text with text emphasis</div>