Last active
November 13, 2021 19:07
-
-
Save m4n50n/e8a55fdee1fcece63326af0e758083b2 to your computer and use it in GitHub Desktop.
Flexbox Froggy level 24 solution
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; | |
align-content: space-between; | |
justify-content: center; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment