Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
css:snow [2019/11/27 18:37] – avillepreux | css:snow [2019/11/27 18:41] (Version actuelle) – avillepreux | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
<CSS> | <CSS> | ||
- | html, | ||
- | body, | ||
.wrap_snowfall { | .wrap_snowfall { | ||
+ | position: fixed; | ||
+ | left: 0px; top: 0px; | ||
+ | width: 100vw; | ||
+ | height: 100vh; | ||
overflow: hidden; | overflow: hidden; | ||
- | | + | |
- | height: 100%; | + | |
} | } | ||