Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/designbyfront/The-Goldilocks-Approach

A good starting point for responsive web design that takes device resolution out of the equation
https://github.com/designbyfront/The-Goldilocks-Approach

Last synced: 1 day ago
JSON representation

A good starting point for responsive web design that takes device resolution out of the equation

Awesome Lists containing this project

README

        

Goldilocks Approach
===================

A good starting point for responsive web design that takes device resolution out of the equation

How does it work?
-----------------

The Goldilocks Approach uses a combination of Ems, Max-Width, Media Queries and Pattern Translations to consider just three states that allow your designs to be resolution independent. Check out the example.html page included to see how it works.

It contains
-----------

* 2 well commented CSS files that consider 3 CSS Media Query increments; multi column, narrow column and single column
* Good typographic defaults out of the box (including print contexts)
* A boilerplate HTML file to get you started (index.html)