Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Cheri LeClear
1,642 Pointsit 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
3 Answers

Ben Berning
31,784 PointsLine 14 should read <p class="intro">

Rafael Flores
Courses Plus Student 22,056 PointsDid you do it like this?
<p class="intro">

Ben Berning
31,784 Pointsclass="intro" goes inside the opening "p" tag, like <p class="intro">
Cheri LeClear
1,642 PointsCheri LeClear
1,642 PointsThanks everyone! I got it!