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
Mohammad Abul Asad
Courses Plus Student 632 PointsFeeling 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/
5 Answers
Codin - Codesmite
8,600 Points#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.
Mohammad Abul Asad
Courses Plus Student 632 PointsI want to add an image on my post but can't. How to add an image on my post?
Codin - Codesmite
8,600 PointsYou 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/
Mohammad Abul Asad
Courses Plus Student 632 PointsIt'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.
Mohammad Abul Asad
Courses Plus Student 632 PointsThanks,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/
Mohammad Abul Asad
Courses Plus Student 632 PointsThanks a lot Ashley,Thanks to the Helpful Treehouse Community.
Codin - Codesmite
8,600 PointsCodin - Codesmite
8,600 PointsCan you post your code here and explain the problem in more detail so that we can help?