CSS Property:

align-self

Result:

content 1
content 2
content 3

CSS Code:

#myDiv {
                
display:flex;
background-color:#F7CFB6;
width: 33.3%;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?