Section html css

Hi guys, I would like to know how I can make this type of division between sections in HTML and CSS
No description
3 Replies
DoContra
DoContraOP15mo ago
No description
DoContra
DoContraOP15mo ago
No description
MarkBoots
MarkBoots15mo ago
you can use clip-path: polygon() or mask-image: linear-gradient() here a simple example using clip-path https://codepen.io/MarkBoots/pen/YzBZEgK

Did you find this page helpful?