.parent {
display: <value>;
}
.parent {
display: flex;
flex-direction: <value>;
height: 210px;
}
.parent {
display: flex;
align-items: flex-start;
flex-wrap: <value>;
height: 210px;
}
.child {
width: 40%;
}
.parent {
display: flex;
flex-flow: <value>;
height: 210px;
}
.child {
width: 40%;
height: 40%;
}
.parent {
display: flex;
height: 210px;
}
.child--featured {
order: <value>;
}
.parent {
display: flex;
justify-content: <value>;
height: 210px;
}
.parent {
display: flex;
align-items: <value>;
height: 210px;
}
.parent {
display: flex;
height: 210px;
}
.child--featured {
align-self: <value>;
}
.parent {
display: flex;
flex-wrap: wrap;
align-content: <value>;
height: 210px;
}
.child {
width: 40%;
}
.parent {
display: flex;
height: 210px;
}
.child--featured {
flex-grow: <value>;
}
.parent {
display: flex;
height: 210px;
}
.child {
width: 45%;
}
.child--featured {
flex-shrink: <value>;
}
.parent {
display: flex;
flex-wrap: wrap;
height: 210px;
}
.child--featured {
flex-basis: <value>;
}