CSS Property:
align-content:
stretch
center
flex-start
flex-end
space-between
space-around
initial
Result:
CSS Code:
#main {
border: 1px solid #000000;
display: flex;
flex-wrap: wrap;
align-content:
space-around
;
}
Click the property values above to see the result
W3Schools.com
- Play it