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 trialJoshua 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,686 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; }