Flex With Flexbox
The flex-basis property specifies the initial length of a flex item
Item 2 has width of 200px. flex-basis: 200px;
Item 1
Item 2
Item 3
flex-basis: 33%;
Item 1
Item 2
Item 3