Add A Scroll To Top Button
In this post we are adding a button that will scroll users to the top of the page when clicked using JavaScript and some CSS.
Add The Tag For The Button
We are adding the tag for the button to our html. Please note that we are using Font Awesome for the up arrow.
1. Adjust…