8 lines
99 B
CSS
8 lines
99 B
CSS
body {
|
|
background-color: #11111b;
|
|
text-align: center;
|
|
}
|
|
|
|
h1, h3, p, a {
|
|
color: white;
|
|
} |