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

Help

Where does the second class (grid_5 omega) go in the task two.

Also try to add a descriptive title to your issue and also elaborate on it, show us some code. Not everyone will bother to go to the quiz to find out what it was asking to answer your question. So please help us help you

3 Answers

As it states add it to the featured-cupcakes element, so it would be like this

     <div id="featured-cupcake" class="grid_5 omega">

i did that one but it says the 'featured cupcake' element has one correct class, but is missing the second. The task says add the classes grid_5 and omega to the featured cupcake element. Hope that helps.

I just did it and passed with the above snippet.

Thank you I finally got it. It turns out I forgot the parentheses.