This is a solution to the Intro section with dropdown navigation challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the relevant dropdown menus on desktop and mobile when interacting with the navigation links
- View the optimal layout for the content depending on their device's screen size
- See hover states for all interactive elements on the page
- Desktop screenshot
- Mobile screenshot
- Live Site URL: (https://ivankoshan2004.github.io/frontendmentor-intro-section-with-dropdown-navigation-main/)
- HTML, CSS
- Mobile-first workflow
Building this small project, I've learned how to create a basic menu for mobile sites.
I want to add an additional feature to the mobile version. That is, swiping the menu from the sides.
- Frontend Mentor - @IvanKoshan2004