diff options
| author | Yaroslav <contact@yaroslavps.com> | 2018-12-15 19:56:13 +0300 |
|---|---|---|
| committer | Yaroslav <contact@yaroslavps.com> | 2018-12-15 19:56:13 +0300 |
| commit | baf92820c994a46a66a61cf0d2f2a3bc1ec07076 (patch) | |
| tree | 35fe39aa4d3ac1c9f7e09a7eb9ffa5113b17b7cc /letitsnow/snow.html | |
| parent | 91ebe149046fae3b075f7ea5bfa7b1532c9bc7c5 (diff) | |
| download | canvas-antics-baf92820c994a46a66a61cf0d2f2a3bc1ec07076.tar.gz canvas-antics-baf92820c994a46a66a61cf0d2f2a3bc1ec07076.zip | |
starfield algorithm, css on snow/stars html
Diffstat (limited to 'letitsnow/snow.html')
| -rw-r--r-- | letitsnow/snow.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/letitsnow/snow.html b/letitsnow/snow.html index 17f6672..0bb981f 100644 --- a/letitsnow/snow.html +++ b/letitsnow/snow.html @@ -37,6 +37,8 @@ html{ </script> </head> <body> - <canvas id="snow"></canvas> + <div class="canvas-container"> + <canvas id="snow"></canvas> + </div> </body> </html> |
