Unknown gaps between elements in flexbox are due to margin collapsing of the header to the bar division. To resolve this −
Try the following code snippet to resolve the unknown gap problem −
.bar { background: yellow; color: gray; height: 250px; padding: 10px; text-align: center; }