View Single Post
Old 10-06-2019, 11:47 AM   #3
deback
Book E d i t o r
deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.
 
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
.calibre35 {
height: 50%;
text-align: center;
}

You can't have both of the above lines in the same class. Create another class for the text-align line.

Examples:

<div class="calibre36"><img class="calibre35" src="../images/00033.jpeg"/></div>

.calibre35 {
height: 50%;
width: 50%;
}

.calibre36 {
text-align: center;
}
deback is offline   Reply With Quote