Add the CSS property display to #box-container and set its value to flex. code example
Example: display flex css
.class {
display: flex;
}
/* use display: flex to turn CSS element into a flexbox */
.class {
display: flex;
}
/* use display: flex to turn CSS element into a flexbox */