tor-browser

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

clip-path-animation-zero-duration-ref.html (197B)


      1 <!DOCTYPE html>
      2 <style>
      3 .container {
      4  width: 100px;
      5  height: 100px;
      6  background-color: green;
      7  clip-path: circle(20% at 20% 20%);
      8 }
      9 </style>
     10 <body>
     11 <div class="container"></div>
     12 </body>
     13 </html>