View Single Post
Old 06-10-2022, 09:24 PM   #25
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,087
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
There is no ONE CSS to rule them all.

Most books make use of 'class= ' in the HTML tags, That is usually the last one that applies . remember one of the C's is Cascade.
That can mean they can stack on a prior styling.

p {sets the overall style}
.indent {text-indent: 1.5em;} adds an indent to the basic P

Put your cursor on the style= part of the tag: ctrl+Right-mouse click to jump to that selection in the CSS
theducks is online now   Reply With Quote