Suggest an editImprove this articleRefine the answer for “What are Container Queries?”. Your changes go to moderation before they’re published.Approval requiredContentWhat you’re changing🇺🇸EN🇺🇦UAPreviewTitle (EN)Short answer (EN)**Container Queries** are a CSS mechanism that lets you change an element's styles based on the size of its parent container instead of the width of the whole screen. **Key point:** a block adapts to the place it is in, not to the entire page.Shown above the full answer for quick recall.Answer (EN)ImageContainer Queries are a mechanism in CSS that lets you change an element's styles not based on the width of the whole screen (as with media queries), but based on the size of its parent container. This makes components truly responsive: a block adapts to the place it is in, not to the entire page.For the reviewerNote to the moderator (optional)Visible only to the moderator. Helps review go faster.