How to write :hover and :visited condition for a:before?
:hover
:visited
a:before
I\'m trying a:before:hover but it\'s not working
a:before:hover
You can also restrict your action to just one class using the right pointed bracket (">"), as I have done in this code:
Document Google Apple
Note: The hover:before switch works only on the .test1 class