Skip to main content

Center with Flexbox (CSS)

Easy

Complete the CSS so the child is perfectly centered both horizontally and vertically.

.parent {
  display: ;
  justify-content: ;
  align-items: ;
}
Need a hint?

One display value and the same alignment value twice.