title-photo

In CSS, a parent element controls its children.

Add Flex-box, and the parent gets superpowers.

Imagine the plate is the parent, the sushi pieces are the children, and Flex is what tells them exactly how to move.

.plate {
  display: flex;
}

Hi! I'm Flex! These sushi are a mess!
Set me to display: flex and I'll sort them out!

cat-illustration
sushi-illustration1 sushi-illustration2 sushi-illustration3