Design comparison
SolutionDesign
Solution retrospective
Your Opinion Please , Ready to hear any Suggestions too .
Community feedback
- @HikmahxPosted over 1 year ago
Hi Yousef. Great work! I have a suggestion to make all the cards centered in desktop view. To the container, instead of using
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
, replace it withgrid-template-columns: 300px 300px 300px;
for a 3-column grid and alsojustify-content: center;
to center them.Hope this helps
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