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

Challenge in code challenge

Hi everyone! I have this question that im not sure how to do it .

Q. It looks like the whitespace between our columns is causing the secondary column to break to the next line. Let's create a new rule that removes the whitespace with a negative margin.

HTML CODE aND CSS

http://codepen.io/anon/pen/HKsbJ

1 Answer

The instructions asks the users to add a little bit of negative margin to your layout. You can do this with the CSS margin property like so:

[In your .col class place negative margin]

margin-right: -3px;

In my case I am putting a random number, but you can adjust to to your liking on Codepen. Hope this helped.

Thank you :) i was a bit confused with the question : p thank you very much!

No problem my friend.