1/* HORIZONTAL */
2justify-content: center;
3
4/* VERTICAL */
5align-items: center;
1
2 .flex-container {
3 display: flex;
4 height: 300px;
5 justify-content:
6 center;
7 align-items: center;
8}
9
1flex-direction: column;
2align-items: flex-start; //left
3align-items: center; //center
4align-items: flex-end; //right