Couldn't edit the OP, here's the link to the image of how it appears on the kindle:
This is how it appears in the Sigil preview:
The relevant CSS:
Code:
.box_left {
float: left;
width: 50%;
text-align: justify;
font-style: italic;
min-height: 100%;
padding-right: 2%;
text-indent: 0em;
}
.box_right {
float: right;
width: 50%;
text-align: justify;
font-style: italic;
min-height: 100%;
padding-left: 2%;
text-indent: 0em;
}
Is there any obvious mistakes? I'm not very good at it yet, trying to learn.