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

I couldn't solve this problem no mater where I wrote the grid file it doesntwork

I tried it yesterday to but it doesn't work

2 Answers

John Steer-Fowler
PLUS
John Steer-Fowler
Courses Plus Student 11,734 Points

Which task are you looking at, 1 or 2?

Also you have posted this Discussion 3 times in the forum.

John Steer-Fowler
PLUS
John Steer-Fowler
Courses Plus Student 11,734 Points

This code challenge is fairly straightforward, I think you might need to review the video, it's all in there:

You are looking for something like this:

<div class="container clearfix">
     <div id="featured-cupcake" class="grid_5 omega">
</div>
  • You are simply adding a div around the featured-cupcake div for task one
  • For task two you are simply adding the two classes grid_5 and omega to the featured-cupcake div

Hope this helps

Patrick Gerrits
Patrick Gerrits
14,614 Points

Try to give a hint to the answer instead of giving the answer itself. Just a small tip :)