.flex-container
.block
.block
View Compiled
.flex-container {
display: flex;
justify-content: space-between;
}
.block {
flex: 1 0 200px;
height: 100px;
background-color: pink;
border: 1px solid black;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.