clip-path-animation-fixed-position-rounding-error-ref.html (203B)
1 <!DOCTYPE html> 2 <style> 3 .container { 4 width: 70px; 5 height: 126px; 6 background-color: green; 7 clip-path: inset(5% 5%) 8 } 9 10 </style> 11 12 <body> 13 <div class="container"></div> 14 </body> 15 16 </html>