I know the plus sign +
selects the second of 2 elements that are next but not in one another. Is there a selector for the first element?
I have 2 headings right after one another. h3
then h4
. I want to remove the bottom margin from the h3
if an h4
follows. Is something like that possible or do I need to just provide a negative top margin to the h4
?