13 lines
144 B
CSS
13 lines
144 B
CSS
body {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
h1 {
|
|
align-items: center;
|
|
text-align: center;
|
|
color: #363636;
|
|
}
|
|
|
|
.container {
|
|
margin-top: 30px;
|
|
} |