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