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 trialMichael Morgan
887 PointsTaking Challenge for HTML5 and need to add Media Query Breakpoints.Can't see how to add a tab for responsive.css
On the Challenge screen there is not a place to add a new tab for Responsive.css so I can't add code for breakpoints. How do find the sidebar so I can add the new tab and see the other tabs since I will also need the html code.
2 Answers
Erik McClintock
45,783 PointsMichael,
You do not need to create a new tab or file for the media queries; you can add them right into the same CSS file. Just scroll to the bottom of the file and add your code, and you'll be good to go!
Erik
Michael Morgan
887 PointsThanks. I'll give it a try.