I'm looking to arrange flex items from left to right within a flex-column layout.
The Current Setup
How I Want It to Look
This is my code:
display:flex;
flex-direction: column;
align-items:flex-end;
justify-content: flex-start;
align-content: flex-end;
flex-wrap: wrap;