Heads up! In the next video we will learn about selectors and we are going to use the Hackernews website to select some stories. Hackernews now uses the .titleline class instead of the .storylink class so you just need to make sure you enter .titleline in the next video when you see me use .storylink

Finally, in the code attached I use .titleline > a because the link is now inside the first <a> tag under the titleline element.

I've attached the updated project for you to this lesson in case you need it. I will link to it at the end of this section as well :)