Design comparison
SolutionDesign
Community feedback
- @MahdiSohailyPosted about 2 years ago
It looks like you forgot to add the background images in the wrapper tag. and the background for rating part as well,
background-image: url("./images/bg-pattern-top-mobile.svg"), url("./images/bg-pattern-bottom-mobile.svg"); background-position: top left, bottom right; background-repeat: no-repeat, no-repeat;
Also, you can fixe the width of your cards at the bottom using
justify-content: space-between
Marked as helpful0
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