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.

Ahmed Qureshi
717 PointsI am almost following along, after adding these properties have some issues in navigation, the background in
img { max-width: 100%; }
gallery {
margin: 0;
padding: 0;
list-style: none;
}
gallery li {
float:left;
width: 45%;
margin: 2.5%;
background-color: #f5f5f5;
color: #bdc3c7;
}
the background of nav bar is now set automatically to white. list-style: none: doesn't effect image gallery list?
1 Answer

Gabriel Ward
20,222 PointsHi Ahmed,
What is your question exactly?
Ahmed Qureshi
717 PointsAhmed Qureshi
717 PointsI just got it i add id="gallery" to the header tag that was my mistake that is why all messed up Thanks BTW