Archive for 'Responsive'
Animated Responsive Layout with CSS3 Media Queries

Animated Responsive Layout with CSS3 Media Queries

Posted 11 April 2012 | By | Categories: CSS, Responsive | No Comments

What Are Media Queries CSS3 brings us many new features we use for our web designs and one of the features that can help improve the web site usability is Media Queries. Media Queries Boilerplate /* Smartphones (portrait and landscape) ———– */ @media only screen and (min-width : 320px) and (max-width : 480px) { /* Styles */ [...]

Top Responsive Layout and CSS Frameworks

Top Responsive Layout and CSS Frameworks

Posted 03 April 2012 | By | Categories: Frameworks, Responsive | No Comments

Less Framework 4 The Less Framework contains 4 adaptive layouts and 3 sets of typography presets, all based on a single grid, composed of 68 px columns with 24 px gutters. The idea is to first code the Default Layout (992 px), and then use CSS3 media queries to code seve­ral child layouts: 768, 480, [...]