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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -