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