Skip to content

Instantly share code, notes, and snippets.

@lucprincen
Last active June 7, 2024 09:45
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;
@NatMat250
Copy link

Hello, my solution is:

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

Geez I am so brain dead. "justify-content: center" was my issue. I just had a typo and was getting frustrated because I was sure it would work.

@ibndiaye
Copy link

My solution:

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

@thEchroniCamateuR
Copy link

thEchroniCamateuR commented May 31, 2024

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

@ShirajPriyansh
Copy link

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

@calvintj
Copy link

calvintj commented Jun 7, 2024

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