svp clip path example
Example 1: cliping setting
width: 100%;
height: 100%;
background-color: blue;
clip-path: polygon(35% 0, 70% 0, 100% 100%, 0% 100%);
position: absolute;
z-index: 999;
Example 2: clip path css
clip-path: ellipse(20px 20px at 20% 20%);
clip-path: circle(20px at 20% 20%);