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

Development Tools

Diane Carlisle
Diane Carlisle
8,437 Points

Foundations Code Challenge error

I'm not passing this code challenge and need some help.

Challenge task 3 of 4: Next, pull the column on line 25 over by 1 column.

original code: div class="large-5 columns"

my code: div class="large-5 large-pull-1 columns"

Bummer! Make sure you're adding the correct pull class to the div on line 25.

Can anyone tell me why this is failing? Thanks!

Guil Hernandez
Guil Hernandez
Treehouse Teacher

Hi Diane Carlisle,

If you leave out the "large-" prefix, it'll work. :)

Diane Carlisle
Diane Carlisle
8,437 Points

Yay, thanks! Moving along.

1 Answer