In a flex container, what is the effect of setting the align-items property to baseline?

  • Aligns flex items along their baselines within the flex container.
  • Aligns flex items to the baseline of the container itself.
  • Aligns flex items to the baseline of the first item in the container.
  • Aligns flex items to the bottom of the container.
The align-items property in a flex container defines how flex items are aligned along the cross-axis. When set to baseline, items are aligned based on their baselines, creating a uniform baseline for all items.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *