Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Joshua Wolfe
1,897 Pointspseudo class a:visted not working. Help? snapshot link: https://w.trhou.se/kvhcefr3op
pseudo class a:visted not working. Help? snapshot link: https://w.trhou.se/kvhcefr3op
3 Answers

Antti Lylander
9,673 PointsYou just have a typo there. Visted -> visited.

Joshua Wolfe
1,897 PointsWell then... Oops. Check spelling folks. Thanks!

Gennadii Chamorsov
9,207 Pointsa: focus is not working. here is how I type it:
a:focus { color: white; background-color: orange; }
Jesse Sullivan
750 PointsJesse Sullivan
750 PointsMine is spelled correctly but still not working.
a:visited { color: lightblue; }