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

HTML How to Make a Website Responsive Web Design and Testing Adjust the Profile Page and Header

rajbee
rajbee
6,657 Points

Code for lesson is not working properly

I downloaded the code for this lesson. The nav bar is not present/hidden ? The images are messed up even in 15" screen in Chrome 41 for linux. Please look into this.

my code snapshot: https://w.trhou.se/9wnmud5t1z

maali2
maali2
12,539 Points

for gallery in css, note bug, change 4n to 3n+1 and navbar problem may need to put top of css file: * { box-sizing: box-border; } do not forget the asterisk.