Pattern: :hover Definition: The :hover pseudo-class matches elements that are in a hovered (mouseover) state. Examples: Style any <p> element when mouse over it p:hover { background-color: turquoise; }