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 How to Make a Website Responsive Web Design and Testing Refactor the Layout

Bruce Vogel
Bruce Vogel
6,888 Points

Wrong css shows up in code challenge

The code challenge should be for the responsive.css, but the main.css always shows up. How can I select the responsive.css that I started in the previous code challenge?

2 Answers

Hi Bruce,

In this case, they want you to put it in main.css

If you scroll to the bottom of it you will see that the media query is setup for you.

Bruce Vogel
Bruce Vogel
6,888 Points

Thanks Jason! If I would have just asked you yesterday and saved myself the headache.