When poll is active respond at
Send docbrick to 22333

Other than display: flex, which Flexbox rules would I need to add to #boxes-container to achieve the arrangement shown in the image to the left?
0
justify-content: center; align-items: center;
flex-direction: column; flex-wrap: center;
flex-direction: column-reverse; align-items: center;
flex-direction: column-reverse; justify-content: center;