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
- Solution URL: https://github.com/Ismat27/dropdown_nav_challenge
- Live Site URL: https://sage-nav.netlify.app/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- JavaScript
- I learnt how you use JavaScript to query screen/window width and i was able to explore:
window.innerWidth
screen.width
- I was able to further improve my skills in building responsive web pages