Responsive Menu using Checkbox without JS | Loopstudios Landing Page

Solution retrospective
I'm trying to create a menu on this landing page using CSS without Javascript. Of course, there are limitations in manipulating elements.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @emad2411
Great solution
as I can see you have two accessibility issues.
- your footer should be contained in a <footer> tag
- your main content should be contained in a <main> tag
other than that I can see everything is perfect , great coding.
- @princekelvx
Very interesting to actually see it being done without JavaScript, I have seen it been done before and I was going to use the approach before I ultimately decided to use JavaScript and avoid tweaking the flow of my HTML document. Checkbox under the hamburger menu I suppose? Checking the state to determine what styles should be applied?
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