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 Build a Three Column Layout

Ricardo Acuna
Ricardo Acuna
9,014 Points

Why I can't access my full workspace in the challenges?

I can't switch to responsive.css to answer the challenge, I completed it but by editing main.css and it's an inelegant solution to say the least.

2 Answers

The video is just separating it out for easy teaching purposes, in the challenge you're meant to add it to the main.css. That's why it's already set up with the media query in that file. You don't create files in the challenges, only edit the ones presented to you. The fact it's not quite the same as the video just adds to the challenge aspect. There's no rule that says media queries should be in a separate file and in fact in most cases they aren't and shouldn't be.

Not sure what you mean, workspaces and challenges are two different things and you shouldn't need the workspaces to complete the challenges. Are you using your workspaces as reference?

Ricardo Acuna
Ricardo Acuna
9,014 Points

I was trying to do the responsive css challenge, and in the video you create a new file responsive.css and you work from there. But the challenge page didn't automatically create it and I don't see a button to create the file. I'm stuck putting the css code in the bottom of main.css wich is really crowded and doesn't scale well.