Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

FLEXBOX

O que a propriedade "Flex:auto" indica?

Garanta sua matrícula hoje e ganhe + 2 meses grátis

Continue sua jornada tech com ainda mais tempo para aprender e evoluir

Quero aproveitar agora
1 resposta
solução!

Oi Victor,

Pegando direto do MDN sobre Flexbox:

The item is sized according to its width and height properties, but grows to absorb any extra free space in the flex container, and shrinks to its minimum size to fit the container. This is equivalent to setting "flex: 1 1 auto".

Abcs!