Skip to content
CSS·Advanced·Conceptual·1 min read

What is subgrid for?

Short interview answer

It lets a nested grid use track sizing from its parent along an axis, aligning internal content across sibling components without duplicating track definitions.

Key takeaway

Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.

← Back to CSS layout

Related questions