Giter Club home page Giter Club logo

Comments (16)

 avatar commented on May 4, 2024 19

Yeah, I didn't even know wrap-reverse existed until I gave up and came here via the github link on the site.

I didn't think want to google for an answer since I thought I was taught everything I needed to know to complete the problem :(

@SergiOnGit Here's what I ended up with after learning about wrap-reverse:

flex-flow: column-reverse wrap-reverse;
justify-content: center;
align-content: space-between;

from flexboxfroggy.

stuartpb avatar stuartpb commented on May 4, 2024 9

Yeah, considering that no level prior to level 24 has you use wrap-reverse (it's just mentioned in the explanatory text without having the user try it), I think it's a little too abrupt. All that's needed is an additional level after the introduction of flex-wrap that demonstrates wrap-reverse interactively.

from flexboxfroggy.

jsnmoon avatar jsnmoon commented on May 4, 2024 8

I think having a wrap-reverse exercise somewhere before level 24 would ease the learning curve here.

from flexboxfroggy.

NdYAG avatar NdYAG commented on May 4, 2024 4

Figure out that transform: scale(-1, 1) works as a replacement for flex-wrap: wrap-reverse.
Only for this example as it's symmetrical.

from flexboxfroggy.

rainstormza avatar rainstormza commented on May 4, 2024 3

flex-direction: column-reverse;
flex-wrap: wrap-reverse;
justify-content: center;
align-content: space-between;

from flexboxfroggy.

thomaspark avatar thomaspark commented on May 4, 2024 1

Hi @solsend2l, thanks for your comments!

I agree that level 24 is pretty tough, but I intended it to be like that to give the opportunity to play around with all of the properties one last time, and as a "boss level" final challenge to add a sense of accomplishment.

I hope you found the previous 23 levels to have a smooth learning curve.

from flexboxfroggy.

solsend2l avatar solsend2l commented on May 4, 2024 1

Honestly I had to cheat, look at code 👅

from flexboxfroggy.

gabrielkunkel avatar gabrielkunkel commented on May 4, 2024 1

+1 Agreed. I think this would be be better with some more exercises. My brain went Woh! when I got to 24. I'm glad to find part of the answer here.

This is a fantastic tutorial, that still has so much more potential. I think as a learning site, a boss level shows its weaknesses, rather than what it can do for the student. A number of exercises up to the boss level would really reinforce the concepts and make them masters.

...tempted to fork and add some, myself.

from flexboxfroggy.

esslamben avatar esslamben commented on May 4, 2024 1

I agree 24 hit as a bit of a shock but it forced me to find the answer elsewhere and in the process found other resources.

from flexboxfroggy.

krystian3w avatar krystian3w commented on May 4, 2024 1
flex-flow: column wrap;
justify-content: center;
align-content: space-between;
transform: scale(-1, -1);

Upside down 🐸 working too 😜

from flexboxfroggy.

AndyHoang avatar AndyHoang commented on May 4, 2024

Solve them all!
Very nice play with the frogs.
These ex will be played plenty of times

from flexboxfroggy.

stuartpb avatar stuartpb commented on May 4, 2024

Also, it wouldn't hurt to have a little buildup combining a few of the concepts before the final one - including one or two that combine order with things like flex-wrap.

from flexboxfroggy.

based2 avatar based2 commented on May 4, 2024

24 seems ok, for me.

from flexboxfroggy.

MathRobin avatar MathRobin commented on May 4, 2024

@ghost thanks for the solution. I was not able to find it by myself.

Not sure to understand why is it the solution... Maybe provide solution with explanations could be useful in the game

from flexboxfroggy.

Albert-Gao avatar Albert-Gao commented on May 4, 2024

Besides the wrap-reverse, the true value of level 24 is I now know that with one class, you can do so much..... Otherwise, I will apply other class for the children.haha. Really thanks.

from flexboxfroggy.

aidalgol avatar aidalgol commented on May 4, 2024

I agree that level 24 is pretty tough, but I intended it to be like that to give the opportunity to play around with all of the properties one last time, and as a "boss level" final challenge to add a sense of accomplishment.

I like the concept of having a boss level, but I think there need to be just a few free-form exercises leading up to it.

from flexboxfroggy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.