order summary card

Solution retrospective
Was only able to do for desktop view. Solutions for a responsive one
Please log in to post a comment
Log in with GitHubCommunity feedback
- @byronbyron
If you want the background the same as the design, you could add something like this:
body { background: url(../pattern-background-desktop.svg) top center no-repeat hsl(225deg 100% 94%); } .card-content { background-color: white; }
Looks good 👌
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