Answer the question
In order to leave comments, you need to log in
How to put a marker between flexbox elements (space-between)?
want to use flexbox to display list
perfect
display: flex;
justify-content: space-between;
Answer the question
In order to leave comments, you need to log in
Just make separate list items (li class="separator"), but without links inside, and turn them into markers with CSS.
What if you push markers as separate flex items with :before/:after
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question