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 CSS Layout Basics CSS Layout Project Column Layout with Media Queries

How precise is everything expected to be?

Heya,

I've been struggling with this part for almost 2 days but I've came a long way! My design and layout looks about 90% the same, except for a small little quircky things that I can't completely solve... yet.

I was wondering, does it have to be working a 100% before I move on? Should I linger any longer when it looks 90% good? Or should I just move on at this point?

Thanks for the input.

3 Answers

Steven Parker
Steven Parker
229,744 Points

Personally, I'd sure want to at least understand the reasons if I were getting different results. I would probably try downloading the project files, and comparing them to the code I created to see if I left out anything or used different values.

Austin Whipple
Austin Whipple
29,725 Points

I tend to agree with Steven on this one. While it is ultimately up to you on whether on not you feel comfortable enough with the concepts to move on to the next step, you can learn an immense amount by figuring out why code you wrote isn't behaving the way you expected. There are plenty of small lessons CSS can teach you when you're diagnosing and resolving display issues.

Thanks guys! I'll be downloading them later this week and come back at it again.