9 lines
112 B
CSS
9 lines
112 B
CSS
body > p, body > h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
body > img {
|
|
display: block;
|
|
max-height: 512px;
|
|
margin: auto;
|
|
} |