Subgrid
Subgrid is a CSS Grid Layout feature that lets a nested grid container inherit the row and/or column tracks of its parent grid, rather than defining its own independent track sizing. This allows nested elements to align precisely with the outer grid's lines, even across multiple levels of DOM nesting.
5 resources across 1 library
Glossary Terms(5)
Web Components API
The Web Components API is a set of native browser standards — Custom Elements, Shadow DOM, and HTML Templates — that let developers define reusable, encapsulat…
CSS Container Queries
CSS Container Queries let an element's styles respond to the size (or other characteristics) of its containing element, rather than only the overall browser vi…
CSS Cascade Layers
CSS Cascade Layers, defined with the `@layer` at-rule, let developers explicitly group CSS rules into named layers and control the order in which those layers'…
Subgrid
Subgrid is a CSS Grid Layout feature that lets a nested grid container inherit the row and/or column tracks of its parent grid, rather than defining its own in…
CSS Nesting
CSS Nesting is a native CSS feature that lets selectors be written inside other selectors, similarly to preprocessors like Sass, so related rules for a compone…