Aligning Images and Captions
Flexbox (misaligned)
Placeholder 1
Placeholder 2
Placeholder 3
View CSS
.flex {
display: flex;
flex-flow: row wrap;
}
.link {
flex: 50% 0 0;
}
Flexbox (misaligned)
Placeholder 1
Placeholder 2
Placeholder 3
.flex {
display: flex;
flex-flow: row wrap;
}
.link {
flex: 50% 0 0;
}