Last active
December 2, 2015 08:40
-
-
Save aphillipo/59ab3b54419c97d96687 to your computer and use it in GitHub Desktop.
This file contains hidden or 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; |
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
And I thought learning Rust was hard 😅