tor-browser

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

1243623-1.html (348B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 p {
      5  writing-mode:tb;
      6  float:right;
      7  font-size:2000px;
      8 }
      9 #bb {
     10  position:sticky;
     11  display:table-footer-group;
     12 }
     13 #dd {
     14  transition:2s ease-in;
     15 }
     16 </style>
     17 <body>
     18 <div id="dd"></div>
     19 <div id="bb">
     20  <p>grilling it up
     21 </div>
     22 </body>
     23 <script>
     24 document.body.offsetTop;
     25 dd.style.marginTop = "100px";
     26 </script>
     27 </html>