CSS Scroll Behavior Generator

Smooth scrolling with scroll-behavior, scroll-margin, scroll-padding

Section 1
Section 2
Section 3
Section 4

CSS Code

Scroll Behavior

About

scroll-behavior: smooth enables smooth scrolling for anchor links and scrollTo().

scroll-padding offsets the scroll snap point from the container edge (useful for fixed headers).

scroll-margin offsets the scroll target element from the snap point.