The .center utility can be used to horizontally center block-level items.
Item centered
.center {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
The .center utility can be used to horizontally center block-level items.
.center {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}