This project showcases an interactive navigation menu that changes color when scrolling and hovering over menu items. The menu has a fixed position and is visible on all pages, providing a smooth user experience.
https://interactive-navigation-menu-rosy.vercel.app/
- Fixed navigation menu visible on all pages.
- Background color changes on scroll.
- Menu item background and text color changes on hover.
- Smooth transitions for color changes.
- Responsive design.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/imaadiiii/PRODIGY_WD_01.git
- Navigate to the project directory:
cd interactive-navigation-menu
Open the index.html file in your web browser to see the interactive navigation menu in action.
interactive-navigation-menu/
│
├── index.html
├── styles.css
└── script.js
index.html: Contains the HTML structure of the navigation menu and sections.styles.css: Contains the CSS styles for the navigation menu and sections.script.js: Contains the JavaScript for adding interactivity to the navigation menu.
You can customize the navigation menu by editing the HTML, CSS, and JavaScript files. Here are a few ideas:
- HTML: Add or remove sections by updating the
index.htmlfile. - CSS: Change the colors, fonts, and other styles in the
styles.cssfile. - JavaScript: Modify the scroll behavior and other interactive features in the
script.jsfile.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request with any improvements or bug fixes.
If you have any questions or suggestions, feel free to reach out.
- Email: adityaraj006005@gmail.com
- GitHub: imaadiiii
Feel free to modify the content to better suit your project and preferences.