Tuesday, April 25, 2017

Creating Media Queries for Responsive Web Designs

There are two main building blocks at the heart of responsive web design: media queries and viewports. In this post, we'll take a look at media queries when building responsive sites.

Media queries represent the glue that joins a lot of other responsive concepts and tools together. They’re a simple but powerful concept, allowing you to detect device properties, define rules, and load different CSS properties based on them. For example, you can optimize a navigation menu for different devices, converting a full horizontal menu on desktop browsers to the “hamburger” menu often encountered on mobile devices.

Continue reading %Creating Media Queries for Responsive Web Designs%


by Chris Ward via SitePoint

No comments:

Post a Comment