I am making a website, and one of the features I would like it to have is that when a user hovers over a piece of text, more links appear like this:
More (hovered on)
Pizza (link)
Burgers (link)
Fries (link)
I was thinking that I could possibly use CSS to make the links white (the website has a white screen, no background) when not hovered on and black when hovered on, but what if someone clicked the link without realizing????
Thanks for any help!