Blog Post

Humanity’s First Child, Not!

What does this selector select?

.humanity > *:first-child:not(.zombie) {}<em> </em>Code language: HTML, XML (xml)
Answer It selects any direct descendant of .humanity that is its first-child and does not have the class of zombie. Play with it at https://codepen.io/undeadinstitute/pen/LYBrWBZ