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

I'm a bit confused with "Code Challenge: Using Classes" (Problem Solved)!

The issue has be solved.

I'm stumped on the second bit of the challenge what am I doing wrong? It says to add the "container" and the "clearfix" to one div class and then it says to add another div class having "grid_5" and "omega" I don't understand what I'm doing wrong with the second part it keeps saying that the first div class isn't working properly when I add the second div class.

[http://images3.wikia.nocookie.net/testsharpie/images/1/15/Screen_shot_2013-05-13_at_1.33.43_PM.png]

5 Answers

Aayush Bhandari
Aayush Bhandari
11,224 Points

ok i am not sure of how it initially looked, but try removing your div with id="featured-cupcake" and combine it with second div like this div id="featured-cupcake" class="grid_5 omega". This way you only have 2 divs.

Aayush Bhandari
Aayush Bhandari
11,224 Points

You forgot "/div" for one of your divs. Try putting one more"/div" before your "/body"

Still not working it says that task 1 (the first div) is still not working.

Still not working it says that task 1 (the first div) is still not working.

(Oops sorry doubled post!)

That worked! Thanks so much, I don't think they've covered that in the last video.