game Of Life

This commit is contained in:
JurajKubrican
2025-03-04 16:31:19 +01:00
parent 7ed413648c
commit 00c209032f
16 changed files with 540 additions and 346 deletions

View File

@@ -1,9 +1,10 @@
.boxes-container {
max-width: 800px;
margin: 100px auto;
position: relative;
}
.boxes-container input{
height: 20px;
width: 20px;
margin: 2;
height: 3.125%;
width: 3.125%;
margin: 0;
}