tor-browser

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

basic-opacity.html (263B)


      1 <link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property">
      2 <link rel="match" href="basic-opacity-ref.html">
      3 <div style="position: absolute; top: 30px; left: 30px; color: green; text-shadow: rgba(0, 0, 255, 0.2) 3px 3px;">Hello</div>