A
A
Alexander2016-03-02 14:26:08
css
Alexander, 2016-03-02 14:26:08

How to put a marker between flexbox elements (space-between)?

want to use flexbox to display list
perfect

display: flex;
    justify-content: space-between;

but between the elements you need to insert markers
, is it possible to implement this if you use flexbox?
777b32eaf11f43dfb36d519dfe697e1d.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Nikolaev, 2016-03-02
@alexmixaylov

Just make separate list items (li class="separator"), but without links inside, and turn them into markers with CSS.

F
fetis26, 2016-03-02
@fetis26

Make a list right away with markers.

A
Almaz Bisenbaev, 2016-03-02
@AlmazBisenbaev

What if you push markers as separate flex items with :before/:after

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question