Pure CSS Scroll Snap Action like Scrollify
CSS Scroll snapping locks the position of the viewport to specific elements on a scrollable container. It's like putting a magnet on top of the top of a section that forces the page to stop scrolling right there.
The property «scroll-snap-type» gives a pure-CSS way to handle this behavior.