HTML5 + CSS3 question! Again!
DEMO
On the demo site above, I have created a ul and I am trying to create a hover effect over each of the links individually. Unfortunately, the technique I was taught is not working, which is the
Code:
#nav li a: link {
}
#nav li a: visited {
}
#nav li a: hover {
}
#nav li a: active {
}
technique.
Could someone please take a look at my code and tell me what it is I am doing wrong?
+REP for help.
P.S.: Sorry for the noob coding questions. I didn't learn much code before I stopped completely. It's hard to just pick back up when I barely learned anything in the first place. :p
1/4th