A comprehensive multi-category capability matrix in a fixed core table: features grouped under category subheaders across four plan tiers with checkmarks, caps, and service tiers.
The signature moment
Categorized grouped rows
Full table hierarchy with category dividers. The table divides capabilities into clear domains (Platform, Security, Governance) using section headers inside the table, so users can scan by area of concern.
What it inherits from your theme
- The typeface. No font family is stated anywhere.
- Your colours.
basefor ground,contrastfor text and table hairlines.
What happens at 390px112 words
The table states hasFixedLayout: false, so its columns size to their content instead of being forced into equal fractions of the screen. .wp-block-table is a WordPress core overflow-x: auto container, so once the columns need more room than the phone has, the table becomes a horizontal rail inside its own figure: the page never scrolls sideways, the table does, and every column stays whole. Fixed layout would have shredded the words instead, because core sets word-break: break-word on the cells of a fixed table. The figcaption says the table scrolls, because a scroll container with no affordance is a silent failure of its own. No CSS ships to buy any of this.
The markup
Core block markup and nothing else. Copy it, then paste it straight into the block editor: WordPress reads the delimiters and rebuilds the blocks.
Fetching the markup…
Variation: Night checklist
Fetching the markup…