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

Anthony Haler
Anthony Haler
607 Points

Smells Like bakin', Cant get the margins right.

The part in section 3 where they want you to do the div class="container" part is not making the whole webpage center for me. I also had to do this for part of it link

rel="stylesheet" href="css/normalize.css" type="text/css" media="screen"
  link rel="stylesheet" href="css/grid.css" type="text/css" media="screen"

3 Answers

I had the same problem, check out this thread for the line of code

https://teamtreehouse.com/forum/i-cant-do-thisadd-cssnormalizecss-to-the-page-as-an-external-stylesheet

Anthony Haler
Anthony Haler
607 Points

Just to let you know I looked at the answer on the link and I had everything typed right. It was that I did not have it all in one folder. it is very strange to me but it needs to be all together apparently.

thats good news, I was doing fine until I got to that section. I also didn't realise that the source files are updated in each new section, spent ages trying to get the style sheets. Good luck with the final stages

Anthony Haler
Anthony Haler
607 Points

Thank you very much!