aligning with flexbox code example
Example 1: centering with flexbox
/* HORIZONTAL */
justify-content: center;
/* VERTICAL */
align-items: center;
Example 2: flex box align items
.container {
justify-items: center;
}
/* HORIZONTAL */
justify-content: center;
/* VERTICAL */
align-items: center;
.container {
justify-items: center;
}