tor-browser

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

clip-path-animation-custom-timing-function-ref.html (208B)


      1 <!DOCTYPE html>
      2 
      3 <style>
      4  .green {
      5    background-color: green;
      6    width: 200px;
      7    height: 200px;
      8    clip-path: inset(10.59741054822%);
      9  }
     10 
     11 </style>
     12 
     13 <body>
     14  <div class="green"></div>
     15 </body>
     16 
     17 </html>