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. |