What is an example of a "pseudo class selector?"
Example: target element pseudo-classes
*:target { color : red }
*:target::before { content : url(target.png) }
*:target { color : red }
*:target::before { content : url(target.png) }