Answer & Solution
Answer: Option B
Solution:
The align-self property in CSS Flexbox is used to align individual flex items within a flex container, overriding the container's align-items property for that specific item. It allows you to customize the alignment of specific items along the cross axis without affecting other items in the container.