Kevin Powell - CommunityKP-C
Kevin Powell - Communityβ€’2y agoβ€’
12 replies
Abeer2003

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;



}
a.PNG
b.PNG
c.PNG
Was this page helpful?