Answers for "Add a smooth scrolling effect to the document"

0

Add a smooth scrolling effect to the document

html {
  scroll-behavior: smooth;
}
Posted by: Guest on May-24-2021

Browse Popular Code Answers by Language