C
C
cehka2018-06-28 21:37:57
css
cehka, 2018-06-28 21:37:57

How to increase the distance between li list placed horizontally?

I have a container, let's say header-nav, which itself is in header along with header-logotype. It contains 6 li elements that are in a horizontal position, since the header has a display:flex rule. How to increase the spacing between words in a list? padding and margin doesn't help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Matvey Phoenix, 2018-06-28
@cehka

For example like this:

.header-nav a {
   margin: 0 10px;
}

J
Jumandjilos, 2018-06-28
@Jumandjilos

work with the justify-content property

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question