- For usage hover explantion, visit the documentation here.
- For 4 second transion (for example), go back to the non-hover class and add transition: 4s;.
- Refer to the W3Schools documentation to find a property that allow you to control the transition effect.
-
style.css
first-element:active second-element {
property: value;
}