Latest solutions
Responsive advice-generator using Next js
#next#react#tailwind-css#accessibilitySubmitted about 1 year agoResponsive Result Component Landing page using Tailwind-Css
#tailwind-css#accessibilitySubmitted about 1 year agoResponsive Expenses Chart componenet using Next js
#next#react#tailwind-css#accessibilitySubmitted about 1 year agoResponsive Multi-Step-Form using Css Flexbox
#accessibility#next#react#tailwind-css#nodeSubmitted about 1 year agoThe First step verification
Latest comments
- @jenniferyusiaaSubmitted over 1 year ago@Edarth002Posted over 1 year ago
Okay, nice job, but adding the mobile menu at the bottom of your HTML file will only cause this kind of issues; Even when you set it to {display:none;}, HTML still detects that there is a component there and gives it due space, try another approach such as @mediaquery on the same Nav link giving it different styles for different screens and focus the toggling function on the menu bar which should only appear on smaller screens
1