nnwhen.com/poetry/poem-style.css

14 lines
184 B
CSS
Raw Normal View History

2025-01-10 22:32:49 +02:00
#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;
}