Skip to content

Instantly share code, notes, and snippets.

@lucprincen
Last active July 17, 2025 06:48
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;
@megapangastuti
Copy link

Screenshot 2025-02-13 231541
My solution!

@kritikasisodia
Copy link

Screenshot (75)

@AnmolShahid
Copy link

AnmolShahid commented Apr 23, 2025

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

for me this solution works> i really enjoy it: <3
Screenshot 2025-04-24 at 9 32 30 AM

@Eriarer
Copy link

Eriarer commented May 6, 2025

flex-flow: row-reverse wrap;
justify-content: center;
align-content: space-between;
rotate: 90deg;

I never imagine wrap-reverse was a thing but if you dont know that you can do this too:
image

@FatimaZohra1724
Copy link

Screenshot 2025-05-24 074207
My solution is this.

@AishaA-cpu
Copy link

Screenshot 2025-07-04 at 19 06 08

@Somtofodum
Copy link

Screenshot 2025-07-17 at 07 46 11

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