LET'S SEE WHAT YOU'VE LEARNED!

1. What code activates flexbox on the parent?

2. Which code made this happen?

sushi plate

3. Which property centered the sushi?

sushi plate

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!!

happy cat