css - turning links swhite in a div using psudocode -
I am trying to change the color of the link in white in a div, but only in CSS in that DS
.leftnav: a {color: white;}
something like
& lt; Div class = "leftnav" & gt; & Lt; A & gt; Http: /google.com< / A & gt; & Lt; / Div & gt; .leftnav a {color: black}
Comments
Post a Comment