Friday, 30 August 2013

Why doesn't changing the color of link work?

Why doesn't changing the color of link work?

I have stated the .topics:link in CSS but the color is still blue.
HTML
<ul class="topics">
<li><a href="#">United States</a></li>
</ul>
CSS
.topics:link {
color: #666665;
}

No comments:

Post a Comment