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

Am really struggling with flex game.

Can anyone assist in stage 24 of the flexbox froggy http://flexboxfroggy.com/.any suggestion please

1 Answer

Steven Parker
Steven Parker
243,199 Points

I love that game — and I see that it is now sponsored by Treehouse!

Anyway, here's a couple of hints for the last level:

  • it requires four different properties to be set
  • two of the properties will need a value that includes the term "reverse"

I still can't figure it out . The yellow frogs can't go to it boxes and justify-content and align-items don't work that on stage . U can please clarify wat is expected please

Steven Parker
Steven Parker
243,199 Points

Ok, here's some more hints about the four properties you need:

  • the main axis must go in the column direction, and the columns must run backwards from normal
  • to make 2 lines, the row must fold over, but this must also be backwards from normal
  • justify-content does work, and will help to get the short row away from the edges
  • then finally you'll just need to spread things out on the cross axis