Mar
19th
Fri
19th
Meet the Pseudo Class Selectors | CSS-Tricks
Pseudo class selectors CSS selectors with a colon preceding them. You are probably very familiar with a few of them. Like hover:
a:hover {
/* Yep, hover is a pseudo class */
}
They are…