Site URL: https://kodavillela.com
Trying to do a single page with smooth scrolling when clicking the main navigation links.
I tried using both <a name> and <div id>, and I can jump from section to section with both.
However, no matter what I do, it just changes to it, instantly. I searched online and I added some code into the custom CSS, but it still won't work.
Smooth Scroll line Added:
html {scroll-behavior: smooth;}