Just fix mistyped text

This commit is contained in:
HyunSeob
2020-12-29 00:05:28 +09:00
committed by GitHub
parent b93c652033
commit 1d0ed1f192

View File

@ -5,7 +5,7 @@ tags: interactivity,intermediate
Creates a scrollable container that will snap on elements when scrolling.
- Use `display: gird` and `grid-auto-flow: column` to create a horizontal layout.
- Use `display: grid` and `grid-auto-flow: column` to create a horizontal layout.
- Use `scroll-snap-type: x mandatory` and `overscroll-behavior-x: contain` to create a snap effect on horizontal scroll.
- You can use `scroll-snap-align` with either `start`, `stop` or `center` to change the snap alignment.