tor-browser

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

first-letter-1.html (128B)


      1 <!DOCTYPE html>
      2 <style>
      3  button::first-letter { color: green; }
      4  body { line-height: 0; }
      5 </style>
      6 <button>Some text</button>