10 lines
149 B
CSS
10 lines
149 B
CSS
body {
|
|
background-color: black;
|
|
}
|
|
|
|
.title div {
|
|
color: white;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
margin: 19.92px 0 19.92px 0;
|
|
}
|