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) Understanding Values and Units Styling the Intro Paragraph

Cheri LeClear
Cheri LeClear
1,642 Points

it says to select the class. I thought this looked right, i am stumped

it says to select a class, I though i just had to write it in the style sheet. I thought this was correct. I feel confused. thanks for the help

Cheri LeClear
Cheri LeClear
1,642 Points

Thanks everyone! I got it!

3 Answers

Ben Berning
Ben Berning
31,784 Points

Line 14 should read <p class="intro">

Ben Berning
Ben Berning
31,784 Points

class="intro" goes inside the opening "p" tag, like <p class="intro">