Design comparison
SolutionDesign
Solution retrospective
I didn't know that this challenge requires JavaScript to toggle the menu because it only shows HTML and CSS that's why I only used CSS :target
to toggle the menu.
I learned a lot in this challenge. Please drop some tips in the comment section.
Thank you!
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
hi Mark, how are you?
I have some tips that I think you will like:
To remove the problem from the challenge, all you need is a
ul
tag around theli
, so wrap everyli
in aul
, and add that attribute to theul
.ul { list-style: none; }
the rest is great!!
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