43
loading...
This website collects cookies to deliver better user experience
<a href="#my_link">
<div id="my_link">
scroll-behavior
<a href="#myelement">click here to scroll to "myelement"</a>
<div class="whatever" id="myelement"></div>
html{
scroll-behavior: smooth;
}
scroll-behavior
style on to the html
tag so your entire website will have the smooth scrolling effect.body
tag. But that does not work for some reason.