tor-browser

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

new-content-ancestor-clipped-2-ref.html (242B)


      1 <!doctype HTML>
      2 <html>
      3 <head>
      4 <style>
      5 html {
      6  background: lightpink;
      7 }
      8 div {
      9  position: relative;
     10  width: 200px;
     11  height: 200px;
     12  background-color: red;
     13  left: 150px;
     14  top: 150px;
     15 }
     16 
     17 </style>
     18 </head>
     19 <body>
     20 <div></div>
     21 </body>
     22 </html>