I want to indent the first
element after every heading element(h1, h2 e.t.c). How should I select this? I have found another way of doing this by giving a class to the elements and then targeting the class, however, I am still curious on how I should select the first element after another that is not it's child element. Thanks in advance.