add to about page

This commit is contained in:
2026-03-04 21:45:42 -06:00
parent 46ed382d56
commit 9b1efb7158
18 changed files with 152 additions and 5 deletions

View File

@@ -7,10 +7,13 @@ main {
background: black;
color: white;
z-index: -999;
overflow: hidden;
}
.welcome {
text-align: center;
position: absolute;
top: calc(50% + 50px);
font-family: Neuton;
font-size: 30px;
}