REST Countries API with color theme switcher - REACT, JS, HTML, CSS

Solution retrospective
Hi all, having a little bit of trouble removing the whitespace for the URLs for the country cards. Any help is appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hi there, Sean B! 👋
Well done on this challenge! 👍 Your solution looks good and works pretty well! 🙌
A few things I suggest are,
- Adding
cursor: pointer
to the region selector (and the options in the drop-down menu) in the top-right corner of the page. - Adding
overflow-x: hidden
to thebody
(or something similar) to prevent a horizontal scroll bar from appearing along the bottom of the page in the desktop layout. 😉
Keep coding (and happy coding, too)! 😁
- Adding
- @abhik-b
Hi Sean B 👋, Fantastic job on this challenge 🙌
- it looks amazing, I loved the
box-shadows
, filter transitions, search based filter - your site is very responsive , great job here 💯
- giving some
align-items: center;
to.head-content
can make it look nicer - for small screens , giving the filter div
width:100%
can make it look a lot nicer - idk which whitespace you were talking about, I liked those cards
I took some inspirations from your site, Happy Coding 😇 and *Keep contributing these fantastic * solutions 🚀
- it looks amazing, I loved the
Join 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