Last active
December 2, 2015 08:40
-
-
Save aphillipo/59ab3b54419c97d96687 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flex-flow: column-reverse wrap-reverse; | |
justify-content: center; | |
align-content: space-between; |
Yes it was weird - I tried several different things to get the above working.
If I copy and paste my solution in (which looks identical to yours) it works if I copy and paste yours it fails!!!!
And I thought learning Rust was hard 😅
align-content
, not align-items
https://github.com/thomaspark/flexboxfroggy/blob/gh-pages/levels.js will tell you the answer :-)
@henryfjordan: Thanks for the hint!
I'm surprised that I missed the different keywords in my answer and the original one.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't find a solution, the closest I can get is this:
The same result on
Chromium 46.0.2490.86 (64-bit) - Linux
,Firefox 42
andGoogle Chrome 46.0.2490.86 (64-bit)
.Nevertheless, it was a lot of fun to learn those flex-box properties with your game!