Challenge: Flexbox in Action
Task
Complete the provided HTML structure by filling in the missing Tailwind CSS classes according to the layout requirements.
- Parent div: Set the display to flex, and arrange the items in a column;
- Child divs: Center the items horizontally and vertically within the container.
index.html
For the parent div
,
- Use
flex
to set an element to use Flexbox for its layout; - Use
flex-col
to place items in a column; - Use
items-center
to align items to the center; - Use
justify-center
to align items to the center.
index.html
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 4. Capítulo 4
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 3.57
Challenge: Flexbox in Action
Deslize para mostrar o menu
Task
Complete the provided HTML structure by filling in the missing Tailwind CSS classes according to the layout requirements.
- Parent div: Set the display to flex, and arrange the items in a column;
- Child divs: Center the items horizontally and vertically within the container.
index.html
For the parent div
,
- Use
flex
to set an element to use Flexbox for its layout; - Use
flex-col
to place items in a column; - Use
items-center
to align items to the center; - Use
justify-center
to align items to the center.
index.html
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 4. Capítulo 4