tor-browser

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

transition-and-animation-with-different-durations-ref.html (151B)


      1 <!DOCTYPE html>
      2 <title>A reference of 100x100 blue box</title>
      3 <style>
      4 div {
      5  width: 100px; height: 100px;
      6  background: blue;
      7 }
      8 </style>
      9 <div></div>