Initial Upload

This commit is contained in:
NNWHEN 2025-01-10 22:32:49 +02:00
commit b97d271223
210 changed files with 8772 additions and 0 deletions

13
poetry/poem-style.css Normal file
View file

@ -0,0 +1,13 @@
#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;
}