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 Refactor the Layout

Jonathan Haro
Jonathan Haro
18,101 Points

Why isn't my correct answer working?

My answer is correct but the system won't accept it.

8 Answers

Hi Jonathan,

It looks like you deleted all of the css that you begin with. You need to leave it all there.

At the bottom of the css is a media query already set up for you. You want to add the style to that.

Jonathan Haro
Jonathan Haro
18,101 Points
@media screen and (min-width: 480px) {
  #gallery li {
  width: 28.3333%;
}
}

Hi Jonathan,

I copied and pasted your code, as is, into the code challenge and it passed. Refresh your browser?

Jeff

Jonathan Haro
Jonathan Haro
18,101 Points

Just restarted my browser (Chrome Canary) and retried copy/pasting the code. Still getting the 'bummer' error (Bummer! Be sure to set the width of gallery list items to 28.3333% when the browser is wider than 480px.).

Honestly, I just want the badge. I know the answer is correct but I want the track to show as completed. Not a big deal.

I forgot, try clearing the browser cache and history.