This project features a responsive navigation bar built using HTML and CSS. The navbar dynamically adapts to different screen sizes, ensuring an optimal user experience on various devices (mobile, tablet, desktop).
Click here to visit the website
• Responsive Design: Utilizes CSS media queries to adjust layout and styling based on screen width.
• Navigation Links: Includes links that change layout (e.g., stacked vertically on smaller screens and horizontal on larger screens).
• Hamburger Menu (Optional): Converts to a collapsible menu on mobile devices.
• HTML5
• CSS3
• Flexbox
• Media Queries
• Large Screens: Displays navigation links in a horizontal bar.
• Medium Screens: Adjusts padding/margins for readability.
• Small Screens (Mobile): Transitions to a vertical layout or hamburger menu for better accessibility.
- Clone the repository:
git clone https://github.com/Oanekrif/navbar.git
- Open index.html in your browser.
- Start the challenge and answer the questions!
• Add JavaScript for enhanced interactivity (like animated hamburger menus).
• Improve accessibility with ARIA roles.