Binternet/static/style-dark.css
2023-02-14 12:16:19 +01:00

35 lines
451 B
CSS

body {
background-color: #2a2b2b;
color: white;
font-family:verdana, arial, sans-serif;
}
span {
color: #f218ee;
}
#bodyHeader {
text-align: center;
}
.bodyText {
text-align: center;
}
.container {
text-align: center;
align-items: center;
justify-content: center;
}
footer {
text-align: center;
align-items: center;
justify-content: center;
width: 100vw;
height: 10vh;
color: white;
background-color: #1f2120;
}