There is a good chance someone has asked this question already, but I can't seem to figure out the right keywords to find the answer. I want my first element in a flexbox to be centered and the rest to align below it. Here's a picture of what I am trying to do.
<div style="justify-content:center; flex-direction: column;" >
<div></div>
<div></div>
</div>
is not what I am trying to achieve