commit d761c13ebb415ee8f3f91f5759182b37bccf6bd5 parent 14ea371a6e8b67be77edd41fb577cae8452256b4 Author: Yuval Langer <yuval.langer@gmail.com> Date: Sat, 19 Mar 2022 22:51:35 +0200 Add some stylesheets that set background to black and margins to zero, or so. Diffstat:
M | html/the-dancing-polygon-screensaver/index.html | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/html/the-dancing-polygon-screensaver/index.html b/html/the-dancing-polygon-screensaver/index.html @@ -3,8 +3,9 @@ <head> <meta charset="utf-8" /> <script src="main.js" type="text/javascript"></script> + <link rel="stylesheet" href="style.css"></style> </head> <body> - <canvas id="canvas" width="500" height="500"></canvas> + <canvas id="canvas" width="800" height="600"></canvas> </body> </html>