Next sibling selector

The next sibling selector allows us to only add margin to siblings that follow each other.

I have no margin because I am the first child.

I have margin-top because I am a next sibling.

I am also a next sibling, so also get margin top.