Currently, I am in the process of developing a small web project and have come across an interesting detail that I would like to incorporate: a curved content divider. While most dividers are simply straight lines, this one has more of a unique shape. I have been considering different ways to implement it using CSS or possibly SVG, but I'm unsure of the best approach. Take a look at the image below for reference: The gray content on top aligns perfectly with the orange curve, while the white content underneath follows along the same curve. Is there a way to achieve this effect through CSS or SVG without relying on images?
Your assistance is greatly appreciated!