← all demos

Text-driven layout

A CSS Grid of text cards solved off-DOM. outlay owns the layout: it resolves the grid columns, then sizes every auto row from the wrapped text height at each card's resolved width. The text measurements feed in through the measureContent contract, supplied here by @chenglou/pretext. The left pane draws outlay's numbers; the right is the real browser; the badge compares them at 0.5px tolerance.

Solver (off-DOM)

Browser reference