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 How to Make a Website Styling Web Pages and Navigation Build Navigation with Unordered Lists

Ben Payne
Ben Payne
795 Points

Help with header gap.

I've gone back through the videos to find where Nick gets rid of the gap at the top of the header using this css: header { float: left; margin: 0 0 30px 0; padding: 5px 0 0 0; width: 100%; } Mine is that, which is identical, and yet the gap remains. Help please

1 Answer

Brett Kim
Brett Kim
11,576 Points

i have the same problem