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 Flexbox Layout Understanding Flexbox Flexbox Basics Review

richard Jucewicz
richard Jucewicz
1,313 Points

flexbox assignment checker doesnt work properly

the question was to:

place the items 1 and 6 on the outside corners and then evenly distrubute the space for the other ones. i tried the code below in chrome and it works fine. yet not in your previewer nor in the workchecker. i keep getting the message that my code is not correct.

.main-nav{ display: flex;

}

.row{

display: flex; flex-wrap: wrap; justify-content: space-between;

} .item-1 { order:-1

}

.item-6 { order:1;

}

1 Answer

richard Jucewicz
richard Jucewicz
1,313 Points

oops, missed that one. thx a lot James!