Design comparison
SolutionDesign
Solution retrospective
Was only able to do for desktop view. Solutions for a responsive one
Community feedback
- @byronbyronPosted almost 3 years ago
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 👌
0
Please log in to post a comment
Log in with GitHubJoin 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