CSS Trick: Smooth Scrolling for the Whole Page

Add a smooth scroll effect to anchor links without JavaScript.

Add a smooth scroll effect to anchor links without JavaScript.

Student tutoring online from home
html {
  scroll-behavior: smooth;
}

Add this to your main stylesheet for an instant UI upgrade.

Login to EarnEmpier Pro

Close