23 lines
221 B
CSS
23 lines
221 B
CSS
body {
|
|
background-color: #11111b;
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
|
|
h2 {
|
|
color: yellow;
|
|
}
|
|
|
|
p {
|
|
color: white;
|
|
}
|
|
|
|
a {
|
|
color: white;
|
|
}
|
|
|
|
.app {
|
|
width: fit-content;
|
|
margin: auto;
|
|
text-align: center;
|
|
} |