Responsive landing page. Working with no JavaScript. 2 media queries
Design comparison
Solution retrospective
The thing that I'm most proud of, is that I made the mobile opening menu with no JavaScript. This would look like something hard to do or directly not possible, but all that is possible with just some pseudo classes! This was possible with checkbox inputs.
What challenges did you encounter, and how did you overcome them?There was not any major challenge here, most of the things were CSS stuff that weren't really complicated.
What specific areas of your project would you like help with?I don't know what help can I get on this project, but someone might see an error that I can't see, and if that's the case, then I will be happy to see the feedback on the comments.
Community feedback
- @geomydasPosted 2 months ago
I don't reccomend using the checkbox hack for this. Even though it "works", its very inaccesible to unsighted users or to screen readers as there is no state announcement such as aria attributes. Use Javascript instead. Here's an article explaning this
Marked as helpful1
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