Fluid & Fixed Stages of Squishiness Truly Two-Dimensional Layouts Nested Contexts Expand & Contract Content Media Queries, As Needed
.default-values { flex-direction: row; /* column[-reverse] */ flex-wrap: nowrap; /* wrap | wrap-reverse */}
Authors must use order and the grid-placement properties only for visual, not logical, reordering of content. – Grid Specification
Start with structured & accessible HTML Create a responsive & responsible layout If you re-order, consider updating the DOM
Min and Max Multiple Calculations min(1em + 1vw, 2em, 15%) /* use smallest */max(10 * (1vw + 1vh) / 2, 1em) /* use largest */