I would like to use flexbox to vertically align some content inside an but not having great success.
I\'ve checked online and many of the tut
The most voted answer is for solving this specific problem posted by OP, where the content (text) was being wrapped inside an inline-block element. Some cases may be about centering a normal element vertically inside a container, which also applied in my case, so for that all you need is:
align-self: center;