This is a class describing a particular state of a selected HTML element. Some important pseudo-classes are Hover, Visited, Active, Link, etc.
Syntax:
selector: pseudo-class { property: value; }
Refer to these links to know their functionality in depth: CSS hover, CSS links.