Pseudo-Classes
Pseudo-Class Explanation
:active

Defines how an element behaves when being clicked.

:hover

Determines the properties of the element when hovered over with the mouse.

:nth-child()

Styles specified child or children of a particular element.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License