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

https://github.com/danielgamage/breaker-css

A fluid layout built on nothing but CSS media queries and HTML
https://github.com/danielgamage/breaker-css

Last synced: 5 months ago
JSON representation

A fluid layout built on nothing but CSS media queries and HTML

Awesome Lists containing this project

README

          

// Hey there, the index.html file was built on an html5 boilerplate template, and the css is based on Andy Taylor's 1140px scalable grid. The main purpose of this is to make a scalable layout that has more than one response to changes / differing browser sizes. It's built in terms of "breaks" or thresholds in which the current css breaks and a media query changes the css. Play around, fork, make it better, and wait for the new CSS specs like flex-box!