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

Working with Grids

I'm not sure what I am doing wrong but after finishing the video called Working with Grids, my site looks pushed to corner. I have gone over and over but still can't find the problem.

http://scratchpad.io/concerned-geese-4016

6 Answers

Could you please be more specific with the problem and what you would like to achieve.

Thanks

I just finished with working with grids video. I followed all the instructions but when I run my site, the whole layout goes to the right. If you click on the link it should show your link.

http://scratchpad.io/concerned-geese-4016

Should there not be another stylesheet attached to give you 3 in total

I do have the index.html attached normalize.css ang grid.css. Even with everything in order and attached properly, when I run the code, the whole sit aligns to the right.

Copied your code into sublime and ran it myself. The reason its aligned that way as it has the normailze.css that resets all browser defaults to improve cross browser consistency in appearance. Then you have grid.css which puts the content in a container and centers it in the screen. When i ran the site from sublime in Chrome it does have left and right margin. Just needs the styles to position the elements like the Nav for instance.

Hope this helps. What text editor are you using?

thanks for helping me and sorry for the delay. I'm using sublime 2 text editor. I'm still sort of confuse on what I should be doing to fix this issue. thanks for understanding.