Flexbox for Equal Height Columns in CSS


Achieve equal height columns in a row with Flexbox, regardless of content size.

Source Code

.flex-row {
    display: flex;
}
.flex-column {
    flex: 1;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments