Game of life + file lister

This commit is contained in:
plane000
2018-06-25 19:58:59 +01:00
parent 80df37405a
commit 9f34d9de03
8 changed files with 289 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
body {
background-color: black;
}
canvas {
padding: 0;
margin: auto;
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}