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 do I take pics of my code?

I'm stuck on a website responsiveness code challenge and I need some help! Thanks...

3 Answers

James Barnett
James Barnett
39,199 Points

The best solution is to create a working demo using codepen.

You don't really need to take pictures of your code, it's better to just copy and paste it!

@media screen and (min-width: 705px;){ .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6 {width: 100%;} }

James Barnett
James Barnett
39,199 Points

Some context here will would help us, help you.

You can you edit your original post to include:

  • the text of the step you are stuck on
  • a link to the code challenge you are stuck on
  • this code that you posted