Design comparison
Solution retrospective
Next time I will put more time on naming classes and design logic
What challenges did you encounter, and how did you overcome them?No pain No gain, you have to face difficulties to learn something new !
What specific areas of your project would you like help with?any proposal is appreciated !
Community feedback
- @kaamiikPosted 2 months ago
Hi, I noticed that your deployment is quite far from the desired design. First, you need to focus on fixing your HTML structure. For example, the
header
element should not be inside themain
element. There's also no need to use thefigure
tag here. Additionally, the hamburger menu's SVG icon is already available in the project's assets, so you don’t need to create it from scratch. Remember, there should only be oneh1
tag on a page. Also, any element that has a hover effect should be a link, so be sure to use an a tag for those and more errors... If you’re not getting enough feedback on simpler challenges, I suggest joining the Discord community and following the recommended learning paths in order.Thank you!
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