CSS, with the layout showing
Forty steps through flexbox, twenty-two builds that fail unless several concepts are right at once, and the famous wtfs underneath — margin collapsing, stacking contexts, and the invisible wall inside every flex item. This is the one subject where the output IS the picture, so every problem is rendered rather than described.
Problems
5 problems in Wrapping and the align-content trapAll topicsAdvancedAlignmentDistributing spaceGapMain axis vs cross axisMaking a flex containerOrderSizingThe famous WTFsThe min-width:auto floorWrapping and the align-content trap
| # | title | topic | type | difficulty |
|---|---|---|---|---|
| 1 | flex-wrap: wrap turns one line into many | Wrapping and the align-content trap | Teaching step | Easy |
| 2 | align-content does nothing on a single line | Wrapping and the align-content trap | Teaching step | Medium |
| 3 | wrap-reverse, and every cross-axis keyword flipping with it | Wrapping and the align-content trap | Teaching step | Medium |
| 4 | The last row that will not line up | Wrapping and the align-content trap | Teaching step | Hard |
| 5 | Breaking a flex line where you want it | Wrapping and the align-content trap | Teaching step | Hard |
44 of 87 catalogue topics are authored, with 37 drills rehearsing them. Every one of them is judged: each carries a starter that has been shown to fail, at least two different correct answers that have been shown to pass, and a set of near-misses and cheats that have been shown to be caught. Nothing reaches this list until all of that holds.