@cholis04Submitted almost 3 years ago
I'm trying to create a menu on this landing page using CSS without Javascript. Of course, there are limitations in manipulating elements.
I'm trying to create a menu on this landing page using CSS without Javascript. Of course, there are limitations in manipulating elements.
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?