Good day,
I have one question
Can i use at once flex and justify-content ?
i want that "flex-item(s)" have the full size container and simultaneously space between it
<ul class="flex-container space-between">
<li class="flex-item">1</li>
<li class="flex-item">2</li>
<li class="flex-item">3</li>
<li class="flex-item">4</li>
<li class="flex-item">5</li>
</ul>