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 trialShukri Mohamed
6,055 Pointsheader float not working
Hi my header is not resizing when I resize the browser window.
1 Answer
Shukri Mohamed
6,055 Pointsthanks I found the problem in the header header { float: left; margin: 0 0 35px 0; padding: 5px 0 0 0; width;100%; } I used a semi-colon instead of a colon width:100%; its now working.
Jacob Mishkin
23,118 PointsJacob Mishkin
23,118 PointsYou need to post your CSS file, and the header section of your HTML so we can see what the issue is.