@Nazeer2020Submitted almost 2 years ago
Need your kind tips on how to improve it!
Need your kind tips on how to improve it!
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!
which best practices did I miss?