CSS : Flex, Flexbox and Alignment
Flex
It is used to fit the item in the space available in the flex container.
#flex-container {
display: flex;
font-family: Consolas, Arial, sans-serif;
}
flex-basis: sets the initial main size of a flex item.
flex-grow: it assigns the space to ...
tyrogeek.hashnode.dev3 min read