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 trialDonald Beaudin
4,461 PointsCan someone help me with this problem i am having?
if someone dose help me that would be really cool. ty
1 Answer
elk6
22,916 PointsHi 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
Donald Beaudin
4,461 Pointsthank you so much.
elk6
22,916 PointsNo problem! :)
Donald Beaudin
4,461 PointsDonald Beaudin
4,461 Pointsit is challenge task 3 i need help with i do not know why it will not let me post my .css