display flex align center not working code example
Example: why align-items is not working
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}