Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question