Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcomed. Cheers
Community feedback
- @SJ-NosratPosted about 3 years ago
Hi, Good solution! I went through your code and noticed a few things;
-
In the styles for your
.wrapper
class; please changejustify-items: center;
tojustify-content: center;
as the latter has no effect. -
Also, on your
.container
class apply amax-width: 1440px
instead of a percentage value; as this will cause your cards to overly expand on larger screens.
Best of luck with your coding journey!
Marked as helpful0@ubong-sPosted about 3 years ago@shahin1987 Thanks. the
justify-items
bit was a mistake0 -
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