What does this selector select? Answer It selects a span element within an element that has a class of “label” as long as that span element does not have a class attribute.... Read More
What does this selector select? 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... Read More
What does this code do? HTML: CSS: Answer When the trigger input is checked, the spin animation is started on the z element and continues to run infinitely in one second intervals. You can see a form of this in action on any of my 60 days of animation as it’s how I set it up for... Read More