Answers for "how to give height to flex"

3

flexbox stretch height

.flex-2 {
    display: flex;  
    align-items: stretch;
}
Posted by: Guest on March-27-2020
1

flexbox apply same height to items

align-self: stretch;
Posted by: Guest on March-21-2022

Code answers related to "how to give height to flex"

Code answers related to "Javascript"

Browse Popular Code Answers by Language