About this tool
Change flex-direction, flex-wrap, justify-content, align-items, and gap and the demo items rearrange immediately, which explains what each property really does far faster than reading the spec. align-content only appears once flex-wrap is not nowrap, because it has no effect on a single-line layout, so you never copy a declaration that does nothing.