tor-browser

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

first-letter-1-ref.html (157B)


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