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 CSS Layout Basics Page Layout with the Float Property Footer Layout with Floats

Can someone help me with this problem i am having?

if someone dose help me that would be really cool. ty

it is challenge task 3 i need help with i do not know why it will not let me post my .css

1 Answer

Hi Donald,

For task 3, the CSS is already there. The task wants you to clear the floats after the footer.

Since the class "clearfix::after" already exists, you could go to your HTML sheet ( the tab next to the CSS ) and give the footer element the class "clearfix".

Like so:

<footer class="clearfix">

Elian

thank you so much.

No problem! :)