Skip to main content
✏️ 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: ___
}

✏️ Type the missing code: