tor-browser

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

class-id-attr-ref.html (249B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS test reference</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      5 <style>
      6 div { color: green; }
      7 </style>
      8 <div>This should be green</div>
      9 <div>And this too</div>