clip path+ circle function & its parameter type code example
Example: 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;
width: 100%;
height: 100%;
background-color: blue;
clip-path: polygon(35% 0, 70% 0, 100% 100%, 0% 100%);
position: absolute;
z-index: 999;