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

Feedback on Intro to RWD course

Unlike the other courses on Treehouse, the files for Responsive Web Design are all completed and not in a separate Start and Finish folder. The project files in each stage of the course is handled as a separate project.

I wanted to see if others were having the same issue, and I came across this post on the forum with the same problem. In a response, Nick Pettit says they're working on a solution.

For others doing this track and experiencing the same problem (and learn similar to me), I have a band-aid I hope helps.

Theoretically you can just download the project files from future stages and use those as the 'Final' files. It's what I've been doing so far and I've been able to follow along pretty easily.However, in between the first track and the second track, the CSS changes significantly enough.

I went through the code and commented out all the significant changes in the CSS between the first and second stage project files with a possible 'explanation' for the changes made. A lot was just taken from the Foundation CSS course, but I had to do a little extra digging too.

I made a codepen that attempts to comment out the sections as an explanation of the difference in the CSS between the first stage and the second stage. I did this so I could follow along better, but hopefully others might find this useful. Please let me know if there is something wrong with it.