Align elements in a row and horizontally centered in their column code example
Example: Align elements in a row and horizontally centered in their column
.flex {
display: flex;
align-items: center;
height: 200px;
}
.flex {
display: flex;
align-items: center;
height: 200px;
}