Here is a demo. Example: Combination for centering both on horizontal flexbox div#container { display: flex; flex-direction: row; justify-content: center; align-items: center; } Outcome: https://riptutorial.com/ 144