diff options
author | Yaroslav <contact@yaroslavps.com> | 2018-12-15 19:59:20 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2018-12-15 19:59:20 +0300 |
commit | f76c65d96a1b780c30b8c57a5125d2dec8ea51f6 (patch) | |
tree | 25c3455709e8a283fcca713e8f11d0dab0559c75 /letitsnow/snow.html | |
parent | baf92820c994a46a66a61cf0d2f2a3bc1ec07076 (diff) | |
download | canvas-antics-f76c65d96a1b780c30b8c57a5125d2dec8ea51f6.tar.gz canvas-antics-f76c65d96a1b780c30b8c57a5125d2dec8ea51f6.zip |
forgot css on snow.html
Diffstat (limited to 'letitsnow/snow.html')
-rw-r--r-- | letitsnow/snow.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/letitsnow/snow.html b/letitsnow/snow.html index 0bb981f..a2c7779 100644 --- a/letitsnow/snow.html +++ b/letitsnow/snow.html @@ -18,9 +18,22 @@ html{ box-sizing: border-box; } -#snow{ +.canvas-container{ width: 100%; height: 100%; + position: absolute; + top: 0; + left: 0; + margin: 0; + padding: 0; + overflow: hidden; +} + +#snow{ + position: absolute; + margin: 0; + padding: 0; + bottom: 0; } </style> <script> |