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