16 lines
162 B
CSS
16 lines
162 B
CSS
body {
|
|
padding: 2px;
|
|
max-width: 550px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 4em;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
#poem {
|
|
margin-top: 70px;
|
|
white-space: pre;
|
|
}
|