Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Donald Beaudin
4,461 PointsWhat would i do on task 4?
The question is:
The copyright text in the footer needs to be moved down below the floated elements. Select .copyright and apply the property and value that clears both the left and right floats.
1 Answer

elk6
22,916 PointsHi Donald,
Task 4 wants you to clear the fix completely on the copyright element. So try giving it the --- property in your css. Both clears both left and right floats.
Like this:
.copyright {
---
}
Elian

Donald Beaudin
4,461 Pointswow Thank you i was looking in the html doc
Donald Beaudin
4,461 PointsDonald Beaudin
4,461 Pointstask 4