Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 536 Bytes

File metadata and controls

20 lines (19 loc) · 536 Bytes
title CSS Container Queries
created 2020-11-14
index container-queries
links
spec project mdn caniuse tag wpt
css-contain-3
18
CSS_Container_Queries
css-container-queries
592
css-contain/container-queries

While media queries provide a method to query aspects of the user agent or device environment that a document is being displayed in (such as viewport dimensions or user preferences), container queries allow testing aspects of elements within the document (such as box dimensions or computed styles).