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

Advanced CSS & Responsive Layout Project Complete

Just finished up a personal project focusing on more advanced layouts this time and creating a responsive layout from scratch without utilizing any frameworks. Can view the live single page layout here.

http://cssdojo.net/gamecenter/

Learned quite a bit on the project, there are a few small improvements that I could make, but overall I am happy with the end result.

One of the biggest problems on this project I found was once my CSS had 500+ lines in it finding specific items to manipulate or fixing issues became quite a bit more difficult. The code becomes much harder to manage and harder to navigate despite my comments. Perhaps next I should look into Sass for more modular / manageable code.

Anyways, any constructive feedback would be greatly appreciated.

1 Answer

Peter Smith
Peter Smith
12,347 Points

hey man, site looks cool! I only took a quick look but i found something to critique. When the page reaches the width where the search box moves to a second line below your nav, it might be nice if you centered the nav (the search seems centered.

So far as managing the CSS, I break mine into two files as is seen in some of the treehouse tutorials, a main.css and a responsive.css for media queries.