Initial Upload
This commit is contained in:
commit
b97d271223
210 changed files with 8772 additions and 0 deletions
13
poetry/poem-style.css
Normal file
13
poetry/poem-style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue