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

HTML How to Make a Website Responsive Web Design and Testing Build a Three Column Layout

I'm not having 2 column in my Contact page

As titled, I tried looking up and down many times across my sheets and could not figure out what was wrong with my work. Please help!

Here's the link of my screenshot:

http://imgur.com/uvWmgGl http://imgur.com/zd7vCpM

2 Answers

It looks like you floated your #secondary content 'fight' instead of 'right'.

God...Guess continuously 7hrs of learning start showing defect.

Thanks for the help anyway Zach. :)

Haha it happens to the best of. :)

he forgot the sting like a bee element

#secondary{
    width:40%
    float:right;
    sting:bee;
}