clip-path-animation-three-keyframes2-ref.html (221B)
1 <!DOCTYPE html> 2 <style> 3 .container { 4 width: 300px; 5 height: 300px; 6 background-color: green; 7 clip-path: path('M 150 150 L 250 0 L 250 250 L 0 160 z'); 8 } 9 </style> 10 <body> 11 <div class="container"></div> 12 </body> 13 </html>