Wed, 2022-12-07 09:54
Hello,
I am trying to figure out why something like this works:
a:hover.test {
color: violet;
}
But something like this doesnt:
p.test{
margin: 0;
}
Is this because the a tag is special with it comes to things like hover focus etc...
Thanks for your help
Sun, 2023-01-01 19:55
#1
CSS has little meaning
CSS has little meaning without the accompanying HTML. Could you post the rest of the code or maybe a link to a page with this issue?