Answers for "how to make scroll tobe smooth css"

CSS
1

scroll smooth css

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

Browse Popular Code Answers by Language