Submitted over 1 year ago
IP Address Tracker using HTML, CSS, JavaScript and API
@AlinaAlexandraVizireanu
Design comparison
SolutionDesign
Solution retrospective
This is my version of the IP Address Tracker project. I am looking for your feedback. Thanks!
Community feedback
- @atif-devPosted over 1 year ago
Hi, congrats on completing the challenge. You did NICE.😍 Take care about following points:
- To avoid accessibility issue "All page content should be contained by landmarks" use code as :
<body> <main> ---your code here---- </main> <footer> </footer> </body>
(why
main
matters? Read here)- In About section of repo, write brief description and include live link.
- It is preferred to use responsive units(
rem
for font-size andem
for padding and margin)
Hope you will find this Feedback Helpful.
Marked as helpful0@AlinaAlexandraVizireanuPosted over 1 year ago@atif-dev Hello, thank you very much for your feedback! I'll take into consideration your advice and I'll apply it to my next projects as well.😄
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