flexbox CSS property enables flex-items to be displayed in several lines rather than trying to fit all in one line code example
Example: css flex
.container {
display: flex; /* or inline-flex */
}
.container {
display: flex; /* or inline-flex */
}