Tell us what’s happening:
Now I am developing a personal portfolio page as a part of FCC curriculum. When a device viewport shrinks, I want to hide current nav menus under a single button called menu button.
when I googled it, most of the people use javascript and some other languages in their code but I need to implement with only using HTML and CSS. Is it possible?
Ofcourse, it is possible.
First go about making a normal navigation bar and then go about making it responsive using Css grids, flexbox and media queries.
However, if you want a quick fix, you can use bootstrap and you will have a good-looking responsive navbar.
Hope that helps.