Upload concept
This commit is contained in:
24
style.css
Normal file
24
style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user