Back to Top

Updated: September 28, 2024

Create a back to top button.


Table of Contents

INSTALL

Place in the body of your css. I placed mine in footer.html

<script src="https://unpkg.com/vanilla-back-to-top@7.2.1/dist/vanilla-back-to-top.min.js"></script>
<script>addBackToTop({
  diameter: 56,
  backgroundColor: 'rgb(255, 82, 82)',
  textColor: '#fff'
})</script>

Possible to host the js on the server git!