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

Clear fix Challenge

Anything in particular that's puzzling?

4 Answers

Hey Douglas,

If you look below where you are writing your css you will see Float Clearfix the code below that is used as a clearfix.
The class name for that is .group
Now take a look at the html file, you'll see the header has a class of main-header.

The challenge is asking you to give the main-headerelement a class that will add a clearfix to it, so if you were to add group after main-header in the html, you will be adding the clearfix code in the css to it.

Am i making sense?

Hi Douglas,

Which part in particular are you having a problem with?
I can work through it with you if you like.

Hope this helps.

step 2 , i can't figure out what they want?

Thanks, that did the trick(;