1
0

first commit

This commit is contained in:
2026-05-24 20:59:57 -06:00
commit f6294ae1b3
3 changed files with 33 additions and 0 deletions

15
index.css Normal file
View File

@@ -0,0 +1,15 @@
body {
text-align: center;
background: rgb(045,045,045);
font-family: "JetBrains Mono", sans-serif;
color: white;
}
p {
font-size: 25px;
}
a {
color: rgb(155, 214, 255);
font-size: 15px;
}