Smooth Scrolling down the page

This CSS rule will enable smooth scrolling down to a page, rather than jumping down the page to a bookmark.

While support for smooth scroll is supported in many browsers, it may not work in all.


html {
    scroll-behavior: smooth;
}

Index Previous Next