Saw a guy at a CSS meetup use clip-path to make an entire landing page background and it blew my mind
So I was at this small frontend meetup in Austin last month, like 15 people in a back room of a coffee shop. This one dude, probably mid 40s, gets up and shows how he built a full hero section background using nothing but clip-path polygons and gradients. No images, no SVGs, just pure CSS shape magic. I was sitting there thinking, why would you do that when you could just use a background image? But then he showed the file size difference and the animation possibilities and I started to get it. He even made the shapes shift on scroll with like 10 lines of code. I'm still not sure if this is actually practical for real projects or if it's just showing off what CSS can do. Has anyone else gone all in on clip-path for backgrounds and regretted it or found it actually saves time?