tor-browser

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

datetime-stacking-context-ref.html (192B)


      1 <!doctype html>
      2 <style>
      3  #cover {
      4    background: white;
      5    position: fixed;
      6    width: 100%;
      7    height: 200px;
      8    top: 0;
      9    border: 1px solid black;
     10  }
     11 </style>
     12 <div id="cover"></div>