wtf(css)layout you can see happening

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 WTFs
#titletopictypedifficulty
1height: 100% does nothingThe famous WTFsExplain the wtfMedium
2A float-only parent has no heightThe famous WTFsExplain the wtfMedium
3Vertical centring before flexboxThe famous WTFsExplain the wtfMedium
4The box does not grow for youThe famous WTFsExplain the wtfMedium
5line-height: 1.5 vs 150%The famous WTFsExplain the wtfMedium
6em compounds; rem doesn'tThe famous WTFsExplain the wtfMedium
7!important is not a specificity boostThe famous WTFsExplain the wtfMedium

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.