Upload concept

This commit is contained in:
2026-05-11 13:26:31 +00:00
parent b690151de6
commit 307170986e
3 changed files with 63 additions and 0 deletions

24
style.css Normal file
View File

@@ -0,0 +1,24 @@
body {
background-color: black;
align-items: center;
text-align: center;
font-family: 'JetBrains Mono', monospace;
}
h1 {
margin-top: 3vh;
color: white;
font-size: 12vh;
}
ul {
list-style-type: none;
color: black;
text-align: left;
font-size: 8vh;
}
li {
color: white;
}
.credit-text {
font-size: 4vh;
margin-top: 3vh;
}