When all the flex items have the same
flex
value, they will take the same space and will shrink and grow equally
.container div {
    flex: 1;
}
by Valeri Tandilashvili
4 years ago
CSS
properties
CSS Flexbox Course
1
Pro tip: use ```triple backticks around text``` to write in code fences