nnwhen.com/poetry/poem-style.css
2025-01-10 22:32:49 +02:00

13 lines
184 B
CSS

#poem {
width: min(95%, 750px);
margin: auto;
font-family: "mono", monospace;
font-size: 14px;
}
#poem h1 {
text-align: center;
margin: 0;
}
#poem p {
font-size: 18px;
}