SyntaxFix
Write A Post
Hire A Developer
Questions
To create elements with equal width using Flex, you should set to your's child (flex elements):
Flex
flex-basis: 25%; flex-grow: 0;
It will give to all elements in row 25% width. They will not grow and go one by one.