CSS: Flexbox

display: flex;

flex-direction: row; flex-direction: column;

flex-basis: 200px;

flex-shrink: 0;

flex-grow: 1;

order: 0;

flex-wrap: wrap; flex-wrap: nowrap;

See the complete guide to flexbox here.