Home
Search
Logout
align-items property allow us to place our elements
on the cross axis.align-items property has the same properties than
justify-content .flex-direction by using align-self on the element.flex-direction:row so our cross axis will be vertical by using align-self
on first and second elements we can change their positions on the cross axis.