To make an element a flex container, set the display property to flex.
display
flex
Make sure to type display: flex;.
display: flex;