tor-browser

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

content-096-ref.html (316B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5    body {
      6        margin: 0px;
      7    }
      8    .test {
      9        color: green;
     10    }
     11    p {
     12        margin-left: 8px;
     13    }
     14 </style>
     15 <body>
     16    <div class="test">all</div>
     17    <p>Test passes if the word "all" appears above this text.</p>
     18 </body>