Answers for "flex stretch height to ]"

3

flexbox stretch height

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

how to stretch height flexbox row

/* on child items add */

height: 1fr;
Posted by: Guest on April-24-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language