Design comparison
SolutionDesign
Solution retrospective
Hope you like it and I'm waiting for your helpful insigts!
Community feedback
- @LilithNixxPosted over 1 year ago
Element "sidebar" not allowed as child of element "div" in this context. (Suppressing further errors from this subtree.)
what can I do? I need that div container to put the main next to the side with flexbox.
I almost forgot that the hamburguer menu doesn't cover all the vewport, I don't know how to do that...
0@MelvinAguilarPosted over 1 year ago@LilithNixx Hi again.
- "Element "sidebar" not allowed as child of element "div" in this context. (Suppressing further errors from this subtree.)": There is no
<sidebar>
element in HTML, do you mean<aside>
?
More info: https://a11y-101.com/development/landmarks
Marked as helpful0 - "Element "sidebar" not allowed as child of element "div" in this context. (Suppressing further errors from this subtree.)": There is no
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