align-self
CSS Property:
Result:
content 1
content 2
content 3
CSS Code:
#myDiv {
display:flex;
background-color:#F7CFB6;
width: 33.3%;
align-self: auto;
}
Click the property values above to see the result
Click the property values above to see the result