View Single Post
Old 12-15-2018, 07:31 PM   #236
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,166
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
You have it backwards.
The styles cascade thru the (code indented) layers unless overridden by the layer

Body is the base
a Div or blockquote might establish a special grouping
then your P
So if you set Body, the rest inherit that unless you make a new declaration.
Usually, that is the only place I set line-height: (I also use the standard 1.2)
There are a few places I do use a different line-height
Code:
<h3 class="chapter> Chap title <br />Chap sub title</h3>
a bigger LH number spaces the lines apart
theducks is offline   Reply With Quote