tor-browser

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

two-clip-path-animation-diff-length1-ref.html (200B)


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