I have href with class="button"
I am trying to create a style like this:
.button a:link {text-decoration: none} .button a:visited {text-decoration: none} .button a:active {text-decoration: none} .button a:hover {text-decoration: none; background-color:yellow;color:blue}
why doesn't it work? how to set stye for href with this class ( class="button" )
Joper source share