15 lines
212 B
CSS
15 lines
212 B
CSS
body {
|
|
background-color: black;
|
|
}
|
|
|
|
.title div {
|
|
color: white;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
margin: 19.92px 0 19.92px 0;
|
|
}
|
|
|
|
.white-link {
|
|
color: white;
|
|
text-decoration: none;"
|
|
}
|