tor-browser

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

clip-path-animation-overflow-ref.html (261B)


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