Q
Q
Qias2020-07-29 20:56:05
css
Qias, 2020-07-29 20:56:05

Why is it impossible to spread elements throughout the block using flexbox?

Why is it impossible to spread elements throughout the block using flexbox?

<ul class="links">
  <li class="link">Главная</li>
  <li class="link">Донат</li>
  <li class="link">Форум</li>
  <li class="link">Связь</li>
</ul>


.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question