Skip to content

Instantly share code, notes, and snippets.

@lucprincen
Last active October 21, 2025 22:18
Show Gist options
  • Save lucprincen/9548ab19bfc34f10ef8a to your computer and use it in GitHub Desktop.
Save lucprincen/9548ab19bfc34f10ef8a to your computer and use it in GitHub Desktop.
flex-flow:column-reverse wrap-reverse;
justify-content:center;
align-content:space-between;
@Giannasaurus
Copy link

Thanks. I didn't know there was such thing as "wrap-reverse" and I didn't read the guide from previous levels properly. Lol

@DOZstudio
Copy link

im hard worker not smart worker :,)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment