I wonder if it is possible to style a paragraph that is not preceded by a heading?
I think the rule would look something like this:
p (direction for "without/not preceded by") h1, h2, h3, h4, h5, h6 {
Or ... this rule should be written for the opposite:
h1, h2, h3, h4, h5, h6 + p {
... therefore paragraphs by default may have the style needed for a paragraph not preceding the heading.
Regards, Dale
source
share