Added game of life background

This commit is contained in:
2025-03-18 17:17:11 +01:00
parent 11d19d0236
commit 2629d485bf
3 changed files with 123 additions and 1 deletions

View File

@@ -2,8 +2,10 @@
overflow-y: hidden;
overflow-x: hidden;
}
html, body{
html{
background-color: #1E1E1E;
}
html, body{
margin: 0;
overflow-x: hidden;
overflow-y: scroll !important;