My CSS contains
a.myLink {
hover {font-size: 24;
font-weight: bold;
color: red;
}
I’d like to be able to reference it using
<a class="myLink" href="http://myUrl" target='_new'>myName</a>
However, CSS does not get recognize this call.
What am I missing here? Please advise.
Is not correct syntax, look at using
Link Properties:
Hover Properties: