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

My html pages are not responding to responsive.css styles.I guess it is not linked or there is any other issue

I have written the same code as it is written in video for responsive.css but there are no changes to my html page even when the reponsive.css file is linked after main.css in each html file.

1 Answer

Nathan Ward
Nathan Ward
7,907 Points

Have you checked the developer console to see if there are any problems? This can usually be accessed through right clicking on the webpage and selecting 'inspect element' and then clicking the 'console' tab. If nothing appears on first look refresh the page with the console open to see if anything appears then.