Standard for space-between is such an arrangement of elements. The last element is always on the right. If in the last line there are 3 elements, then between them according to space-between is also an equal distance, but it differs from the distance between the blocks above the line.
How can I make this look with flexbox ? I still need to make an equal distance between the blocks (because I don’t know in advance the width of the container / screen width), I don’t know the number of blocks that will be, I only know the size of these blocks (the width can be 2, 3, 4 things.).
Those. There are blocks, for example, 4 pieces in a row and there is such a distance between them, how to make it so that in the last line, if the blocks are not 4 pieces. did the distance between them still be the same as in the rows above?

