Layouts Flashcards
What does flex start do?
Pack items at start or beginning of flex-direction
What does flex end do?
Pack items at the end of flex direction
What does start in flex box do?
Pack items at the start of the writing mode direction
What does end in flex box do?
Items pack at the end of the writing mode direction
What does flex box left mean?
Items with pack toward left edge of the container unless it doesn’t work or make sense it’ll act like start
What does flex box right do?
Items get pack at the right side of container . Some time acting like end
What does flex box center do?
Items get pushed into the center
What does space-between do in flex box?
Items will be evenly distributed in the line
What does space-around do In flex box?
Items get evenly distributed with equal space around them. It won’t be visually equal space
What does space-evenly do?
Items are distributed with space evenly between any 2 items
What does flex stretch do?
Fills container while still respecting max/min width