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

HTML Introduction to HTML and CSS (2016) Make It Beautiful With CSS Test: Styling by Element and Class

Son Phan
Son Phan
679 Points

I just did the exact same thing for the Goals section and nothing shows up. I added class="card-goals" as well in h2.

I just did the exact same thing for the Goals section and nothing shows up. I added class="card-goals" as well in h2 and in css i did .card-goals {border: solid green 5px; }. Why is this one not working?

Jack Weldon
Jack Weldon
1,708 Points

Could you post your code? It'll make seeing what went wrong/needs adding a lot easier.

1 Answer

Steven Parker
Steven Parker
230,995 Points

This challenge involves the styling of a paragraph with the class of "main-pg".

There's no "goals section" in the challenge code, nor is there any h2 element.