tor-browser

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

context-stroke-07-ref.html (253B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5 
      6 div {
      7  width: 100px;
      8  height: 100px;
      9  display: inline-block;
     10  border: 1px solid black;
     11 }
     12 
     13    </style>
     14  </head>
     15  <body>
     16    <div></div>
     17    <div style="background-color: lime;"></div>
     18  </body>
     19 </html>