I'm having the following problem, I have a parent div encompassing three elements, and it has the css:
.pai{
display:flex;
justify-content:space-between;
width:400px;
}
But I wanted the first child to occupy 100% of the div and the other two to have space-between , you can force it to occupy 100% even with justify-content in parent ?