1. What code activates flexbox on the parent?
2. Which code made this happen?
3. Which property centered the sushi?
4. The sushi are in a row. Which code moves them to the bottom of the plate?
5. What controls the space between children?
6. Which plate is correct?
.plate {
display: flex;
flex-direction: row;
justify-content: center;
}
CONGRATULATIONS! NOW YOU KNOW ALL MY SECRETS!!