#content { width: 100%; height: 100%; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-end; } .team { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; } .points { font-size: 32pt; } .bar { float: left; width: 100px; margin: 5px; border: 1px solid rgba(0, 0, 0, .2); background-color: blue; }