flex value, they will take the same space and will shrink and grow equally.container div {
    flex: 1;
}.container {
    display: flex;
    justify-content: center;
    align-items: center;
}nowrap is the default value of the property. 
The value Specifies that the flexible items will not wrap.
Resource: https://youtu.be/k32voqQhODc?t=1154