Functionality:
Create a sticky navigation bar that changes color on scrolling
Languages and concepts:
1. HTML
2. CSS
3. Javascript:
1. window.addEventListener
2. scroll event reference
3. element.classList.toggle(classname, window.scrollY>0)
You can interact with the project on this link:
https://aarushi-nema.github.io/webDev008_sticky_Nav_Bar/
You can find the code on this link:
https://github.com/aarushi-nema/webDev008_sticky_Nav_Bar

