In this lesson, you will learn how to add Javascript functions to your webpage which will toggle colours whenever the user scrolls.
At some point, we will add the CSS styling by making sure it appears nicely on almost every screen sizes.
And finally, we will add the JavaScript functions that will respond to user clicks on small and big screen.
First, we will use HTML to declare our project structure; we will use the header tag to wrap all the declarations.
Details not provided...
Details not provided...