1
0

first commit

This commit is contained in:
2026-05-24 21:37:18 -06:00
commit 17212bd682
3 changed files with 39 additions and 0 deletions

22
index.css Normal file
View File

@@ -0,0 +1,22 @@
body {
text-align: center;
background: rgb(45,45,45);
color: white;
font-family: "JetBrains Mono", monospace;
}
img {
height: 100px;
}
.big {
font-size: 25px;
}
.smol {
font-size: 15px;
}
a {
color: rgb(155, 214, 255);
}