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 Unused CSS Stages Media Queries Adaptive Layouts with Media Queries

Richard Yates
PLUS
Richard Yates
Courses Plus Student 6,704 Points

How To Start

is best to start with a grid layout ? I seem to be going back and forth with the layout not sure which is the best way to start. Implement the grid first or do the styles. sorry for being lame but new to this. thanks in advance

2 Answers

I usually start with the grid for several reasons. The main being is that the grid is the main tool in building a prototype or wireframe quickly. So it gets you up and running with basic layouts. The other is that I like to complete all the html first, then just apply the grid. This helps you see the big picture and design an overall balanced design.

Hope this helps.