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

marc ohlsson
PLUS
marc ohlsson
Courses Plus Student 8,045 Points

I only have a page with css.main to review, no html markup page to work from. And no element with and id of gallery

question 2 of 4 in building a website

Sreng Hong
Sreng Hong
15,083 Points

you don't include the link to your question my friend.

marc ohlsson
marc ohlsson
Courses Plus Student 8,045 Points

The task at hand is to remove margin padding and bullets from the gallery. The issue is that at how to build a website challenge 2 of 4 offers up no html markup to reference the id gallery. And if you look at the css.main page displayed in the editor you have two ID's.to the page,and you cannot have any more to my understanding.. So is it my material that is falty or have I missed somrthing.

1 Answer

Stephen Roberts
Stephen Roberts
8,580 Points

Hi I think this is the answer you are looking for place it just under the img tag there is supposed to be a hashtag infront of gallery also.

gallery {

margin: 0; padding: 0; list-style: none; }