tor-browser

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

lang-000-ref.html (280B)


      1 <!DOCTYPE html>
      2 <html lang="en-US">
      3 <meta charset="utf-8">
      4 <title>CSS Selectors 4 - :lang matching reference</title>
      5 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
      6 
      7 <style>
      8 div.test { color: green; }
      9 </style>
     10 
     11 <div class="test">This should be green</div>