Const
Selects every immediate child except for the first child.
> *:not(:first-child) Copy
> *:not(:first-child)
Selects every immediate child except for the first child.