can you please help me how to draw parallelogram design using CSS with continuously added without collapse.
can you please help me how to draw parallelogram design using CSS with continuously added without collapse.
https://bennettfeely.com/clippy/
div{
width:204px;
height:102px;
background:red;
clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
border-radius:10px;
}
<div></div>