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

Feeling trouble to fix this flexbox Game

Hi there,would anyone please help me to fix this?I've tried but now feeling trouble. Here is the screenshot link http://postimg.org/image/vesyz2kcf/5b557d3d/ and here is the start link of this trouble http://postimg.org/image/pzw6xw6c5/859d477d/

Can you post your code here and explain the problem in more detail so that we can help?

5 Answers

#pond {
  display: flex;
  flex-flow: column-reverse wrap-reverse;
  justify-content: center;
  align-content: space-between;
}

align-content: space-between; will fix your problem, so that the lines in the flex-container are evenly distrubuted.

I want to add an image on my post but can't. How to add an image on my post?

You can post the code here, or use a website like www.codepen.io to show us an example. We should be able to recognise the problem from the code and a description of the issue.

If you need to post a picture to explain you can use a free image hosting service such as http://postimage.org/

It's a game to learning flexbox, http://flexboxfroggy.com/ .I've completed all steps but last one.Without the troubling steps image i think helpers won't help me.So i need to add my screenshot.But i can't add the image on my post.

Thanks,here is the screenshot link http://postimg.org/image/vesyz2kcf/5b557d3d/ and here is the start link of this trouble http://postimg.org/image/pzw6xw6c5/859d477d/

Thanks a lot Ashley,Thanks to the Helpful Treehouse Community.