clip-path-xywh-interpolation-001-ref.html (400B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Masking: Reference for clip-path's xywh interpolation</title> 5 <style type="text/css"> 6 #rect { 7 position: absolute; 8 margin-left: 10px; 9 margin-top: 10px; 10 width: 80px; 11 height: 80px; 12 background-color: green; 13 clip-path: inset(0px round 15px); 14 } 15 </style> 16 </head> 17 <body> 18 <div id="rect"></div> 19 </body> 20 </html>