initial commit

This commit is contained in:
Mystikfluu
2022-04-20 21:31:09 +02:00
commit 534d1a6d07
11 changed files with 2217 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
* {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: black;
color: white;
text-align: center;
}
button {
font-size: 18px;
margin: 10px;
}