Design comparison
SolutionDesign
Solution retrospective
Your feedbacks are entertained.
Community feedback
- @denieldenPosted over 2 years ago
Hi Zibah, great work on this challenge! 😉
Here are a few tips for improve your code:
- use semantic html like
header, main, button
tags and wrap the relative content for improve the Accessibility - add descriptive text in the
alt
attribute of the images - remove all
padding
fromdiv
card container because with flex they are superfluous and usegap
property for separate cards - if I type a query that doesn't give any results, nothing happens, try adding a "no results" message
- I would also add a query reset button, I find it very convenient
- in the filters there is no way to return to all countries after choosing a region, add an entry "all region" (after choosing a region the select scompare)
- to make all flag images the same height use the
object-fit: cover and aspect-ratio: 3/2
properties
Overall you did well 😁 Hope this help!
Marked as helpful0 - use semantic html like
- @Kl3vaPosted over 2 years ago
Your solution looks great. You might want to start using html semantics and do away with div soup
Marked as helpful0
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