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 trialCheri 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!