Center an element with flexbox Snippet·April 9, 2015 .parent { display: flex; align-items: center; justify-content: center; min-height: 100vh; }