I have a form that I want to move down using align-items:center property. This form is inside a parent wrapper div and has the id of left. As align items is used to position vertically, why does the left div stick to the top and not move down to the center?
To make it clear what I expect to happen, I have included an image https://twitter.com/yama_code/status/1061751980400488449
The left div has the following properties
display:flex;
flex-direction:column;
flex:1;
align-items:center;
height:100vh;