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 How to Make a Website Adding Pages to a Website Build the Contact Page

Twitter link is disappearing

Under my contact details I have three list items. I have phone, email and twitter. When I click on the twitter link just as Nick does in the video, the link then blends in with my white background making it disappear instead of the link staying green. I am not sure how to post code on here. If anyone could help out that would be great.

```html

Code Here

```

` is a backtick, which is the same key as the ~ tilda next to the number one and TAB key

Mark Cuda
Mark Cuda
6,428 Points

Agreed. If you post the code, we can take a quick look. :)

2 Answers

John Nixon
John Nixon
17,690 Points

is there a :visited style on the link?

Yes there was. Instead of saying nav a:visited I just had a:visited making all anchor elements turn white when they get clicked on.

That's the problem then you need to specify which anchor elements you want to turn white when clicked