Latest solutions
Latest comments
- @lzdavic@Jaykler
Hi,
Theres a css pseudo element ":active" The :active CSS pseudo-class represents an element (such as a button) that is being activated by the user. When using a mouse, "activation" typically starts when the user presses down the primary mouse button.
check this pages out for more info and examples:
https://developer.mozilla.org/en-US/docs/Web/CSS/:active https://www.w3schools.com/css/css_pseudo_classes.asp
W3School Try it yourself:
https://www.w3schools.com/css/tryit.asp?filename=trycss_pseudo-class_links