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!
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

marc ohlsson
Courses Plus Student 8,045 Points"How to make a website" w/ Nick, section Styling web page and navigation..,MAKE A CSS IMAGE GALLERY.., CHALLENGE 2 of 4
Chllenge two of four says pick the element with the Id of.... This is the problem because "AN ELEMENT with" Id" IS NOT LISTED ON THE CSS PAGE", and their is no html doc to refer to. please fix this
1 Answer

Emma Willmann
Treehouse Project ReviewerThey want you to use the element with the ID of 'gallery'.
#gallery {
...
}