fac-17 / ABCD-week1

Building one page website
https://fac-17.github.io/ABCD-week1/
0 stars 1 forks source link

Navbar's movement could be smoother. #45

Closed rymatech closed 5 years ago

rymatech commented 5 years ago

Try adding the below code to your css, to make the navbar smoother.

html {
  scroll-behavior: smooth;
}
rymatech commented 5 years ago

The above code will create this affect https://www.w3schools.com/cssref/tryit.asp?filename=trycss_scroll_behavior

frannyfra commented 5 years ago

It worked !!! Thanks :smile: