tor-browser

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

scaley-ref.html (377B)


      1 <!DOCTYPE html>
      2 <head>
      3  <title>CSS Reference File</title>
      4  <style type="text/css">
      5     .container {
      6          position: absolute;
      7          height: 200px;
      8          width: 100px;
      9          background-color:green;
     10          margin-top: 150px;
     11      }
     12  </style>
     13 
     14 </head>
     15 <body>
     16  <p>You should see only 1 green area.</p>
     17  <div class="container">
     18  </div>
     19 </body>
     20 </html>