I'm trying to vertically center text within a flexbox item. I've tried using align-items: center on the parent container, but the text isn't centering. My HTML structure is as follows
I tried to apply align-items: center to the flex container, expecting the text within the flex item to be vertically centered. However, the text remained aligned to the top of the flex item.