tor-browser

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

text-stroke-and-fill.tentative.html (428B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <link rel="match" href="text-stroke-and-fill-ref.html">
      4 <link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md#locking-the-pepc-style">
      5 <body>
      6  <style>
      7    geolocation, div {
      8      -webkit-text-stroke-width: 10px;
      9      -webkit-text-stroke-color: blue;
     10      -webkit-text-fill-color: red;
     11    }
     12  </style>
     13  <div>
     14    <geolocation></geolocation>
     15  </div>
     16 </body>
     17 </html>