Home / CSS Tips Generated By ChatGPT / Smooth Scrolling with scroll-behavior in CSS Enable smooth scrolling for anchor links within a page using scroll-behavior. Source Code html { scroll-behavior: smooth; }