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
7 problems in The famous WTFsAll 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 | height: 100% does nothing | The famous WTFs | Explain the wtf | Medium |
| 2 | A float-only parent has no height | The famous WTFs | Explain the wtf | Medium |
| 3 | Vertical centring before flexbox | The famous WTFs | Explain the wtf | Medium |
| 4 | The box does not grow for you | The famous WTFs | Explain the wtf | Medium |
| 5 | line-height: 1.5 vs 150% | The famous WTFs | Explain the wtf | Medium |
| 6 | em compounds; rem doesn't | The famous WTFs | Explain the wtf | Medium |
| 7 | !important is not a specificity boost | The famous WTFs | Explain the wtf | Medium |
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.