tor-browser

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

1404167-4-ref.html (207B)


      1 <!doctype html>
      2 <style>
      3 div::first-letter {
      4  color: green;
      5 }
      6 
      7 div::first-line {
      8  color: blue;
      9 }
     10 </style>
     11 <div style="font-size: 20px">My first letter should be green, and the whole line 20px in size</div>