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 Foundations Selectors Link and User Action Pseudo-Classes

An error in the video

At time stamp 7:55 Guil (and the screen) are referring to

    input:focus {
        background-color: yellow;
}

But the next screen shot at 8:06 the example where he says, "tab through the elements", he is tabbing through links, not the form elements.

Guil's monitor then goes on to show at 08:24 the anchor:focus, when he originally started with input:focus.

    a:focus {
}

Basically, the input:focus example is mixed in with the a:focus.

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Forum is mostly for communication between students, please report any errors with the videos directly to the support (link on the right).

1 Answer

Thanks Maciej,

I've often wondered how to contact Thinkful about stuff like this. The link is so hidden, I didn't even notice it there.

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Not a problem, I also had hard time finding it the first time I reported something ;)