Question: Why does text-align not center my flex items?
Answer#
Flex uses justify-*/align-* for alignment; text-align only affects inline content.
Related questions#
faq/index|FAQ index · troubleshooting/index|Troubleshooting · getting-started/introduction|Introduction
