tor-browser

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

translated-box-ref.html (182B)


      1 <!DOCTYPE html>
      2 <style>
      3 #box {
      4  width: 100px;
      5  height: 100px;
      6  transform: translateY(100px);
      7  background-color: green;
      8  will-change: transform;
      9 }
     10 </style>
     11 
     12 <div id="box"></div>