Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: css responsive

Responsive Design’s Dirty Little Secret

July 31, 2012

Responsive Web design, as defined by Ethan Marcotte, consists of a fluid grid, fluid images and media queries. Different browsers have different methods of calculating widths for percentage based layouts. Browsers have to translate percentages into actual device pixels to fit in the viewport and this can cause problems. This article describes the potential problems […]

csshead comment 0 Comments

5 Useful CSS Tricks for Responsive Design

May 21, 2012

Five commonly used CSS tricks for coding responsive designs. Mostly simple CSS properties such as min-width, max-width, overflow, and relative value but these properties play an important part in responsive coding…

csshead comment 0 Comments