CSSContainer 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 viewport, as with traditional media queries. This enables components to be truly responsive based on the space they're actually given, regardless of where they're…
6 resources across 2 libraries
Glossary Terms(5)
View Transitions API
The View Transitions API is a browser API that lets developers create smooth, animated transitions between different DOM states — including full page navigatio…
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…