10 lines
128 B
CSS
10 lines
128 B
CSS
body {
|
|
background-color: #ffffff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
h1 {
|
|
align-items: center;
|
|
text-align: center;
|
|
color: #363636;
|
|
} |