Hey, so I’m trying to get the navbar links “about”, “portfolio”, and “contacts” to change color when I hover over them, or even just have an underline when hovering. I tried the :hover css class but maybe have the wrong syntax. Any help would be appreciated! Project: https://codepen.io/MarcelPenn/pen/EeBovx
the issue is what to apply the hover effect to
[spoiler].spanLink {
color: white;
font-family: Lobster;
}
.spanLink:hover {
color: red;
}[/spoiler]
Thanks, that was it!
no problem, awesome portfolio by the way
Hey thanks, it’s coming along. Appreciate the help and feedback