tor-browser

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

transformed-4.html (288B)


      1 <style>
      2  html, body {
      3    margin: 0;
      4    padding: 0;
      5    scrollbar-width: none;
      6  }
      7  body {
      8    height: 200vh;
      9  }
     10  #sticky {
     11    background: grey;
     12    position: sticky;
     13    width: 100px;
     14    height: 100px;
     15    top: 100px;
     16    transform: scale(2);
     17  }
     18 </style>
     19 <div id="sticky"></div>