#css :empty :empty selects empty elements with no content. For example, the following selects li elements with no content: li:empty Blanks are assumed to have content. So having an empty space like this will not be selected: :first-child :first-child selects the first of its sibling elements. :hover :hover selects the state where the mouse hovers over the element. For example, the following will..