tor-browser

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

top-bottom-2-ref.html (510B)


      1 <!DOCTYPE html>
      2 <!-- Any copyright is dedicated to the Public Domain.
      3   - http://creativecommons.org/publicdomain/zero/1.0/ -->
      4 <html>
      5  <head>
      6    <link rel="author" title="Corey Ford" href="mailto:cford@mozilla.com">
      7    <style>
      8      #scroll {
      9        height: 100px;
     10      }
     11      #sticky {
     12        height: 10px;
     13        background-color: black;
     14      }
     15    </style>
     16  </head>
     17  <body>
     18    <div id="scroll">
     19      <div style="height: 50px"></div>
     20      <div id="sticky"></div>
     21    </div>
     22  </body>
     23 </html>