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 Build a Simple Website Creating a Website Structure Using Classes

Jim Sweeney
Jim Sweeney
3,050 Points

Add the classes grid_5 and omega to the featured-cupcake element.

I've been trying to figure this challenge out but must be doing something wrong. I'm adding <div class="grid_5 omega"> in between line 10 and 11 and then adding the closing </div> between line 14 and 15. I've also moved it around to different positions within the element and keep getting the same error message of "It seems task one is no longer functioning." Please help. Thanks.

2 Answers

Philip Allen
Philip Allen
8,171 Points

Can you post your code?

To add both classes to a div element would be <div id="featured-cupcake" class="grid_5 omega"></div>

Jim Sweeney
Jim Sweeney
3,050 Points

Hi Philip Allen. Thank you so much for the help. That cleared it up perfectly. Thanks again.