Responsive order summary component using flexbox and tailwind

Solution retrospective
Displaying a wave pattern without using another div
was a bit tricky. Used a before
pseudo-element for displaying the wave pattern. Initially used the content
property but that did not give much control over the size and locaition of the image. So used the background-image
property on the before
pseudo-element instead.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Aruj Joshi's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord