FlexBox Game
Level 3
Mission
Arrange the colored boxes in a row with equal spacing between them. Write CSS flexbox properties for the container.
Helpful Flexbox Properties
- display: flex;
- justify-content: space-between;
- justify-content: space-around;
- justify-content: space-evenly;
- align-items: center;
Game Preview
00:30
1
2
3
4
5