Center with Flexbox (CSS)
EasyComplete 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.