Pattern:
:active
Definition:
The :active pseudo-class matches any element that is being activated (E.g., when clicking on it) by the user.
Examples:
Style any element when it is being activated
*:active { background-color: wheat; }
Pattern:
:active
Definition:
The :active pseudo-class matches any element that is being activated (E.g., when clicking on it) by the user.
Examples:
Style any element when it is being activated
*:active { background-color: wheat; }
Please login to continue.