Here is a demo. Example: align-content: center on a horizontal flexbox CSS: div#container { display: flex; flex-direction: row; align-items: center; } Outcome: https://riptutorial.com/ 142