Design comparison
SolutionDesign
Solution retrospective
the flex allowed me to classify the boxes correctly
Community feedback
- @NovikovIlyaPosted 9 months ago
Hello! Perhaps it’s worth adding adaptive layout, you can write the following:
@media screen and (max-width: 600px) { .boxes{ flex-wrap:wrap; } }
1@nabil4416Posted 9 months ago@NovikovIlya thank you so much, i will add this for respnsive step
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