diff options
Diffstat (limited to 'files/fr/web/css/scroll-snap-points-y/index.md')
-rw-r--r-- | files/fr/web/css/scroll-snap-points-y/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/css/scroll-snap-points-y/index.md b/files/fr/web/css/scroll-snap-points-y/index.md index f8d1e9f162..a1a0640bea 100644 --- a/files/fr/web/css/scroll-snap-points-y/index.md +++ b/files/fr/web/css/scroll-snap-points-y/index.md @@ -45,9 +45,9 @@ scroll-snap-points-y: unset; ```html <div id="container"> - <div>1</div> - <div>2</div> - <div>3</div> + <div>1</div> + <div>2</div> + <div>3</div> </div> ``` |