Design comparison
SolutionDesign
Community feedback
- @CesarAugusto316Posted over 2 years ago
yes, you are right, I haven't finished the project yet....thanks for your comments
0 - @besttlookkPosted over 2 years ago
HI, Nicely Done. There are a few points i like to mention:
- Filter and search does not work together.What if I want to first search and then filter from the result. and also vice-versa.
- Card size should be same of all the country. Size is changing due to different size of flag. You can do something like this:
<div class="image-container"> <img class="image"/> </div>
.image-container{ height:280px' } .image{ width: 100%; height: 100%; object-fit: cover; }
- Make border-country a link so that user visit that country rom there only.
I have made 3 version of this challenge. You can check them i you like any reference.
Good Luck.
Happy Coding
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