-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Level 15, 'order': Cannot get frog to pads 1, 2, or 3. Only 5 (or starting pad #4) #109
Comments
I see now that I misunderstood how Additionally, the instructions on the previous page clearly point out that "all items have a default order of '0'", so trying
at https://tympanus.net/codrops/css_reference/flexbox/#section_order clarified this for me. Also, swapping the order of the two |
Hey @SherylHohman, thanks for your comments. Point well taken about level 14 causing misconceptions about how There are a couple of things that help with this right now though. First is players can freely move back and forth between levels to review earlier info. Second is that you can hover underlined properties to get similar info. For Your suggestion in #110 to add hints or solutions would also help deal with this. |
-1 is the correct answer |
Level 15,
I expected
order: 1;
(ororder: 0;
) to move the red frog to the first lilypad.To be sure,
order: 5;
does put the red frog on the 5th lilypad (ie, nothing is reversed).However any other value for order, keeps the red frog on the 4th (starting) lilypad!
I cannot get it to move to 1st, 2nd, or 3rd lilypad with
order: 1;
,order: 2;
, ororder:3;
ororder:0;
.All other levels work fine for me (though level 24 vexed me with
wrap-reverse
).Am I just missing something obvious ?
I'm using chrome, on win 7, in full screen.
The text was updated successfully, but these errors were encountered: