Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
card layout
What challenges did you encounter, and how did you overcome them?using grid layout
What specific areas of your project would you like help with?more grid
Community feedback
- @AlqalisPosted 4 months ago
correction on @media (min-width: 1000px) { .cardsContiner { display: flex; justify-content: space-between; align-items: center; width: 98%; }
remove justify-content: space-between; to leave it empty and other .cardsContainer class @media (min-width: 1000px) { .cardsContiner { display: flex; align-items: center; width: 98%; gap: 1rem; }
} then run the code to see what happen
0 - @GehadazzamPosted 4 months ago
Well done
- just be careful with the shadow and paragraph
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