Design comparison
Solution retrospective
I think I did good, therefore I dont't think I would have done anything differently next time.
What challenges did you encounter, and how did you overcome them?I didn't encounter any challanges.
What specific areas of your project would you like help with?Other than that I have no questions, But Please Give me FeedBacks and tell me about my mistakes In the code. Also Tell me what can be written better in the code, So I can get better at coding and improve my skills. Thanks!
Community feedback
- @gautam32b7Posted 8 months ago
Hi there
Nice work! I have reviewed your code and found some mistakes. In
HTML
follow these steps while linking to external files.Google fonts <link rel="icon" href="./images/favicon-32x32.png" /> <link rel="stylesheet" href="./css/main.css" /> <link rel="stylesheet" href="./css/media-queries.css" />
For this challenge use icons from
FontAwesome
. In the hover state change the mouse cursor to pointer.cursor: pointer;
Hope this help 😀
Marked as helpful1@GeorgeKandelakiPosted 8 months ago@gautam3333 Thanks for telling my mistakes. I will try to correct them in the future!
1
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