10 lines
115 B
CSS
10 lines
115 B
CSS
|
body.cover {
|
||
|
margin: 0 auto;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
body.cover h1 {
|
||
|
font-size: 72px;
|
||
|
padding-top: 400px;
|
||
|
}
|