11 lines
162 B
CSS
11 lines
162 B
CSS
body {
|
|
background-color: #333339;
|
|
}
|
|
|
|
h1 {
|
|
width:500px;
|
|
margin: 0 auto;
|
|
text-align:center;
|
|
margin-top: calc(50vh - 12px);
|
|
color: #00D9F7;
|
|
} |