Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

I need help with anchors within nav

I need this to get past my challenge. When I go back it takes to h1, h2 and p. I have gotten past that it's the anchor with nav that I'm now having problems with.

2 Answers

Christopher van Ruitenbeek
Christopher van Ruitenbeek
13,705 Points

Could you specify your question and add the code you have tried so far? It would make it easier to answer your question.

Sorry I has in a hurry this morning. I thought I had posted this the night before, but I didn't see it. This is just a copy for h1, h2 to nav.

h1, h2 {
color: #ffff; } p { color: #000; }

nav a { color: #fff; }