I created a unique flexbox design showcasing various elements. These elements behave like text, flowing inline and wrapping as needed, but expanding equally to fill the available space on the line. However, I encountered a challenge:
My goal is for it to resemble this:
How can I achieve this? Adjusting flex-grow
and width
does not provide a solution since I am unsure which elements to target. Using flex-direction: row-reverse
will reverse the order of the elements, but the layout remains unchanged.