Design comparison
SolutionDesign
Solution retrospective
Ipify API wont work when the browser used have adblockers, giving COR error. Im still searching for a solution aside from disabling adblock on the page.
Community feedback
- @LucianoDLimaPosted over 1 year ago
Well done on completing this challenge!
About the API, maybe it was a problem with their server at the time you posted, as of right now it is working just fine here and I have add block on.
A few suggestions:
- Add back the minus and plus button for the zoom in and zoom out
- The input search box is not a button, so it is best if you remove the
cursor: pointer;
you added there - For media queries, use
em
instead ofpx
or anything else really. If you wanna know a bit more in depth about why that is, check out this article, it explains with illustrations and you'll see how much of a difference it makes
Overall a very good project, congratz!!
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