tor-browser

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

dynamic-blur.html (303B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property">
      5  <link rel="match" href="dynamic-blur-ref.html">
      6 </head>
      7 <body onload="document.documentElement.style.textShadow = '0.6em 0.6em 0.1em green';">I have a green shadow</body>
      8 </html>