<div id="scroll-to-top">Top</div>
<!-- ... -->
<div class="text">a block of content.</div>
<a href="#scroll-to-top">Go to Top</a>
.text {
display: flex;
height: 200vh;
background-color: wheat;
}
html {
scroll-behavior: smooth;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.