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