View Single Post
Old 09-13-2023, 09:30 AM   #13
WV-Mike
Connoisseur
WV-Mike began at the beginning.
 
Posts: 74
Karma: 10
Join Date: Jul 2023
Device: None
List styling - display: none

Quote:
Originally Posted by DNSB View Post
You might try blockquoting the stanzas instead of using a list. Or you could check for suggestions on poetry/stanzas CSS. One example would be A bit of poetry CSS you may find useful. Remember if you steal from one person, that's plagiarism; if you steal from multiple people, it's research.
I settled on something simple for the poem styling.


.poem {
margin: auto;
width: 80%;
padding: 10px;
line-height: 1.4em
}

<div class="poem">

<p>Virginia Creeper, creeping</p>
<p>Up the base of tall oak tree</p>
<p>All over Green Cathedral--</p>
<p>The creeper I can see.</p>
</div>

It renders as expected in both Reasily and ReadEra.
Other readers? Who knows...
Thanks,
WV-Mike
Attached Files
File Type: epub poem.epub (151.3 KB, 93 views)
WV-Mike is offline   Reply With Quote