Design comparison
SolutionDesign
Community feedback
- @fmunivesPosted over 4 years ago
Hi David,
I saw your solution, it looks nice in desktop and mobile. However, I couldn't see any margin-bottom outside each card in mobile view. I think you forgot it. No problem, it could be happen sometimes.
Look at, in this case use flex is correct but I believe it's better to apply
css grid
because you can manage better the spacing between cards (using gap) and the width and height. I recommend you can check css grid and if you want an example, see my solution:Preview: https://card-features.now.sh/ Code: https://github.com/fmunives/four-card-features
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