tor-browser

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

part-pseudo-ref.html (228B)


      1 <!DOCTYPE html>
      2 <head>
      3  <meta charset="utf-8">
      4  <title>CSS Test Reference</title>
      5  <style id="sheet">div { color: green; }</style>
      6 </head>
      7 <body>
      8  <div>
      9    <div>
     10      <div>Should be green</div>
     11    </div>
     12  </div>
     13 </body>