Responsive dropdown menu navigation bar using CSS only (scss,html)

Solution retrospective
this is my first time building a navbar with CSS only, definitely made me look at my screen not knowing what's going on for way too long lol.
any feedback on how to improve such an approach please do let me know. also, my code was a little bit messy after a while, so if you know any good practices with this type of stuff this would really help me a lot.
thanks in advance.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mubizzy
Excellent job on this challenge! your report has a few issues though:
- wrap everything in your body in
<main>
or use semantics
2. it is a best practice to use both HTML 5 and ARIA landmarks to ensure all content is contained within a navigational region.
Hope it helps:)...don't forget to mark it as helpful 👍
You can get more details here...click here
Marked as helpful - wrap everything in your body in
Join 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