clip-path-animation-zoom-ref.html (229B)
1 <!DOCTYPE html> 2 <style> 3 .container { 4 width: 80px; 5 height: 80px; 6 zoom: 1.25; 7 background-color: green; 8 clip-path: circle(35% at 35% 35%); 9 } 10 11 </style> 12 13 <body> 14 <div class="container"></div> 15 </body> 16 17 </html>