✏️ Code CompletionCS CSS Easy⚡+10 XP
Center with Flexbox
Complete to center content both ways.
✏️ Fill in the blank
.center {
display: flex;
align-items: center;
justify-content: ___
}Complete to center content both ways.
.center {
display: flex;
align-items: center;
justify-content: ___
}