initial commit done , pre peoduction

This commit is contained in:
acidburnmonkey
2025-08-06 01:03:53 -04:00
commit aa8ae37799
18 changed files with 607 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
@font-face {
font-family: GlitchGoblin;
src: url('GlitchGoblin.ttf');
}
h1 {
font-size: 60px;
color: red;
margin-left: auto;
margin-right: auto;
margin-bottom: 80px;
width: 10em;
font-family: GlitchGoblin;
}
.info {
margin-bottom: 20px;
}
.info h2 {
margin-right: 10px;
display: inline;
color: red;
}
.info p {
display: inline-block;
margin: inline;
}
body {
background: #121212;
}
p {
color: red;
}