Answers for "scroll to section in html"

CSS
1

scroll to a section of your page html

html {
  scroll-behavior: smooth;
}
Posted by: Guest on December-12-2020

Browse Popular Code Answers by Language