-
simple CSS for href acts stubborn
I can’t for the life of me figure out why this little CSS code does absolutely nothing:
a.home:hover {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #ffffff;
}The page in question is:
https://andrew.suso.org/music/
And this CSS is for the Home link at the bottom of the page.
Very strange — the formatting such as the underline does nothing!
I appreciate any help before i go nuts over this thing…
Andrew