target pseudo-class
Baller CSS selector, used to the extreme by Lea Verou in her CSS3 overview presentation. :target
is like :hover
, in that it’s a pseudo-class. Styles are applied when URL hash matches the ID of the selector.
Baller CSS selector, used to the extreme by Lea Verou in her CSS3 overview presentation. :target
is like :hover
, in that it’s a pseudo-class. Styles are applied when URL hash matches the ID of the selector.