Changing the active menu item when scrolling

Changing the active menu item when scrolling

So let’s figure it out. Let’s write the simplest html. Html <nav class="nav"> <ul> <li><a href="#" class="active">One</a></li> <li><a href="#">Two</a></li>... Read More