Design comparison
SolutionDesign
Solution retrospective
Need your kind tips on how to improve it!
Community feedback
- @ahmad-codPosted almost 2 years ago
Hello Nazeer Haidari, how are you? I love your project's outcome, however, I noticed the mobile nav toggle isn't showing in mobile view, I also had a similar bug while solving this challenge,
instead of
background-image: url("/assets/images/icon-menu.svg");
remove the '/' at the beginning, so it becomes:background-image: url("assets/images/icon-menu.svg");
I hope you find it useful!
Marked as helpful1
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