Flex CSS
Enviroment
CSS
Learning
Flexbox Froggy
URL
https://flexboxfroggy.com/?learn
On r/programming
https://www.reddit.com/r/programming/comments/j2in0b/a_minimalistic_website_to_learn_css_flexbox_with/
Very interesting introduction to Flexbox elements and the properties that affect them.
Final level
#pond { display: flex; flex-flow: column-reverse wrap-reverse; justify-content: center; align-content: space-between; }