align-content:center does not work!
Hi,why align-content :center; does not work in this css code?
.parent{
background-color: gray;
display:flex;
flex-direction:row;
width:1000px;
justify-content: space-around;
align-content:center;
height: 800px;
text-align: center;
}
.parent{
background-color: gray;
display:flex;
flex-direction:row;
width:1000px;
justify-content: space-around;
align-content:center;
height: 800px;
text-align: center;
}
