View Single Post
Old 03-06-2023, 08:34 AM   #4
TheHendrik
Junior Member
TheHendrik began at the beginning.
 
TheHendrik's Avatar
 
Posts: 8
Karma: 10
Join Date: Jan 2023
Location: Brazil
Device: Kindle Paperwhite 11th generation
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.
TheHendrik is offline   Reply With Quote