The idea
display: inline-block flows like an inline element — sitting side by side with its neighbours — but still respects width, height, and vertical padding like a block. It is the classic tool for laying out buttons and nav items.
float is off-limits: it would line the boxes up without teaching you inline-block.