Quote:
Originally Posted by DNSB
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