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 CSS Basics (2014) Basic Selectors Pseudo-Classes

Joshua Wolfe
Joshua Wolfe
1,897 Points

pseudo 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

Jesse Sullivan
Jesse Sullivan
750 Points

Mine is spelled correctly but still not working.

a:visited { color: lightblue; }

3 Answers

Antti Lylander
Antti Lylander
9,686 Points

You just have a typo there. Visted -> visited.

Joshua Wolfe
Joshua Wolfe
1,897 Points

Well then... Oops. Check spelling folks. Thanks!

Gennadii Chamorsov
Gennadii Chamorsov
9,207 Points

a: focus is not working. here is how I type it:

a:focus { color: white; background-color: orange; }