Is my HTML for my splash page overriding my CSS code?!?
-
Hi
I’m hoping someone can help me – I am a complete code newbie but managed to put together a splash page to showcase my different sites. I have a number of links of the page and I want the text to change colour when I hover over the links…I looked it up and I understand that the following code should do so:
a:hover {
color:#E16F1D
text-decoration:underline;
}But then nothing happens on the page. I think that there is something in my html code that may be overwriting the CSS but I don’t know what or where to look for it. Tried a quick search for “hover” but that didn’t bring anything up.
Or if there is a way to get CSS to override the HTML, that would be cool too.
Please help.
Thanks in advance.
WaniThe blog I need help with is https://www.waniolatunde.com.
- The topic ‘Is my HTML for my splash page overriding my CSS code?!?’ is closed to new replies.