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
- Host: GitHub
- URL: https://github.com/danielgamage/breaker-css
- Owner: danielgamage
- Created: 2012-04-17T08:54:32.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-17T09:27:06.000Z (about 14 years ago)
- Last Synced: 2025-05-25T11:40:04.198Z (about 1 year ago)
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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!