Last active
October 21, 2025 22:18
-
Star
(122)
You must be signed in to star a gist -
Fork
(6)
You must be signed in to fork a gist
-
-
Save lucprincen/9548ab19bfc34f10ef8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flex-flow:column-reverse wrap-reverse; | |
| justify-content:center; | |
| align-content:space-between; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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;