Submitted about 2 years ago
Four Card Feature Section using CSS Grid and Flexbox
@aatifsohel
Design comparison
SolutionDesign
Solution retrospective
Did I code this challenge correctly?
How can I improve the code?
If you have any suggestions, feel free to reply this :)
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @aatifsohel,
Nice job on completing the challenge
On mobile not all of the cards are display you can fix this by adding the following media query.
@media (max-width: 768px) { .container { display: flex; flex-direction: column; } }
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