One Line of CSS Code to Add Smooth Scrolling Effect

0 Shares
0
0
0
0
0
0
0

Check out here
Add a smooth scrolling effect to the document:

html {
  scroll-behavior: smooth;
}

Try yourself here