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

Yu Ito
Yu Ito
12,711 Points

I'm stuck with the task..

I would appreciate your help.

1 Answer

Hi, First you need to select list item which is under "gallary".you can select #gallary (because it is id you need to write # to select) then followed by li ( which means list item).Then answer to your would be #gallery li { width:28.3333% } you have to write inside @media query.

Yu Ito
Yu Ito
12,711 Points

Thank you very much for your prompt reply, Akshay!! :)