Is there any option, or special selector to change the style for a pressed button, what I mean by that..when a user clicks a button I want to change the style for that button? Is there any option to do that like: :focus or only with javascript click/focus event?
Is there any option, or special selector to change the style for a pressed
Share
I think you are looking for the
:activepseudo-class…Note: if you are using both
:hoverand:activeon a single element, the:hoverdefinition must come first.