Here is the link of my website I am referring to : https://bradrar.github.io/coffee-website/
My webpage has 3 navigation links namely :
The simplest way in modern browsers is using scroll-behavior
scroll-behavior
html { scroll-behavior: smooth; }
Demo on Codeply
Alternatively you can use jQuery animate.