Results 1 - 3 of 3

Media queries

Media Queries is a module of CSS that defines expressions allowing to tailor presentations to a specific range of output devices without changing the content itself.
CSS Media Queries Overview Reference

Using media queries

A media query consists of an optional media type and zero or more expressions that limit the style sheets' scope by using media features, such as width, height, and color. Media queries, added in CSS3, let the presentation of content be tailored to a specific range of output devices without having to change the content itself.
Advanced CSS Guide Media Queries NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Responsive Design Web