Hover Effects (adding Pseudo-classes)
Below are some examples of what each of these states can do:

States
In the default State selection, all elements will be given styling in their neutral state on the page without user interaction.
Hover effects what the element will do when a user hovers over it (Only applies for desktop)
For example, Hover can be used to change a button's color when the user's pointer hovers over it.
Click, effects what the element does when it is clicked by a user.
Even/Odd changes the color of the text based on whether the text is on an even or an odd line. See associated article for more reference: W3 Schools :nth-of-type() Article.

Last updated