I am looking for the best way to create two sides curved container in CSS. the bottom of the first div need to be curved outside, and the next div needs to be curved inside.
Here is a picture of the design:
the first div curved can be done by border-radius
maybe, but what about the other one?
also a note, this should be a responsive design.
Thanks.