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 trialDavid Reyneke
686 PointsWorking 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!
1 Answer
James Barnett
39,199 PointsYour HTML isn't valid according to the W3C's HTML5 validator
I noticed the following issues:
- You forgot the closing
>
on several of yourdiv
tags - You misspelled the
class
attribute - You forgot a opening
<p>
tag
Danny Vega
2,685 PointsDanny Vega
2,685 PointsJames,
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