- DOCTYPE html>
-
-
-
-
scroll -
- main{
- width: 100vw;
- height: 100vh;
- display: grid;
- place-items: center;
- }
- ul{
- scroll-snap-type: y mandatory;
- }
- li{
- scroll-snap-align: start;
- width: 100px;
- height: 500px;
- list-style: none;
- }
-
-
-
-
-
- 1
-
- 2
-
- 3
-
- 4
-
-
