DEV Community

Discussion on: 8 Games to learn CSS the fun way

Collapse
 
klisostom profile image
Klisostom

Flexbox Froggy (flexboxfroggy.com) - level 24:

flex-flow: column-reverse wrap-reverse;
align-items: flex-end;
justify-content: center;
align-content: space-between;

Collapse
 
dwarfstar099 profile image
Kumar Gourav

It will even work without
align-items: flex-end;