This simple line of code can turn your page into a super cool, profesh page!
Example
The CSS
Put into the <HEAD> </HEAD> of your document
<style>
html {
scroll-behavior: smooth;
}
</style>
This simple line of code can turn your page into a super cool, profesh page!
Put into the <HEAD> </HEAD> of your document
<style>
html {
scroll-behavior: smooth;
}
</style>