•  
    Flex

    This is the shorthand for flex-grow, flex-shrink and flex-basis combined. The second and third parameters (flex-shrink and flex-basis) are optional. Default is 0 1 auto.

  •  
    Flex Grow

    This defines the ability for a flex item to grow if necessary. It accepts a unitless value that serves as a proportion. It dictates what amount of the available space inside the flex container the item should take up.

  •  
    Flex Shrink

    This defines the ability for a flex item to shrink if necessary. Negative numbers are invalid.

  •  
    Flex Basis

    This defines the default size of an element before the remaining space is distributed. It can be a length (e.g. 20%, 5rem, etc.) or a keyword. The auto keyword means "look at my width or height property."

Ich finde das gut.

Marcel Eckert, geändert vor 1 Jahr.

RE: Was ist gut?

Youngling Beiträge: 2 Beitrittsdatum: 30.11.20
Nein
Marcel Eckert, geändert vor 1 Jahr.

Was ist gut?

Youngling Beiträge: 2 Beitrittsdatum: 30.11.20
Frag ich euch mal

Hier ist ein Link.