init commit

This commit is contained in:
2026-08-04 06:53:36 -06:00
commit 5df8484e8f
91 changed files with 2859 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
* {
font-family: Lato sans-serif;
background-color: #4A245E;
color: white;
}
body {
display: flex;
justify-content: center;
}
.grid {
display: grid;
grid-template-columns: 10em 10em 10em;
grid-template-rows: 10em 10em 10em;
width: 75%;
}
.box {
font-size: 5em;
border: 1px solid white;
padding: 1em;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
}