mirror of
https://github.com/Ahwxorg/Binternet.git
synced 2026-03-11 08:54:37 +00:00
35 lines
451 B
CSS
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;
|
|
}
|
|
|