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

Working With Grids - Layout Issues

Currently trying to match what the website looks like at the end of the Working With Grids task, but my code is not matching up at all. I went through a few times, but can't seem to identify the issue.

Thank you!

http://codepen.io/DavidReyneke/pen/kLvxJ

1 Answer

James Barnett
James Barnett
39,199 Points

Your HTML isn't valid according to the W3C's HTML5 validator

I noticed the following issues:

  • You forgot the closing > on several of your div tags
  • You misspelled the class attribute
  • You forgot a opening <p> tag
Danny Vega
Danny Vega
2,685 Points

James,

I'm also having a problem with my page layout. I can't seem to get the email address, Facebook, and Twitter logos to the right of the avocado cupcake photo like in the video "Working with Grids" at 07:17. Can you take a look at my code please and check if I've made mistakes? thank you

http://codepen.io/dannyvega/pen/LxFbC