Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camslice/StackLayout
A flexible width, component based CSS layout system
https://github.com/camslice/StackLayout
Last synced: 3 days ago
JSON representation
A flexible width, component based CSS layout system
- Host: GitHub
- URL: https://github.com/camslice/StackLayout
- Owner: camslice
- Created: 2011-02-11T07:39:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-06T06:07:16.000Z (over 13 years ago)
- Last Synced: 2024-08-02T05:11:38.122Z (3 months ago)
- Homepage: http://www.stacklayout.com
- Size: 1.42 MB
- Stars: 154
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
/*
* StackLayout by Campbell McGuiness
* This work is licensed under
* Creative Commons Attribution-ShareAlike 3.0 Australia License
* http://creativecommons.org/licenses/by-sa/3.0/au/
*/StackLayout is a flexible width component based CSS layout
system. It is proposed as an alternative to the popular
grid style layout systems.StackLayout uses display:inline-block with negative letter spacing
in a fixed width font (Courier New) in order to achieve a
floatless, gridless layout system, the components of which can
be nested within each other to produce virtually any layout.You can find out more about StackLayout and see examples of
implementation at:http://stacklayout.com/
------------------------------------------
You can follow the project on Twitter at:
http://twitter.com/stacklayout------------------------------------------
You like our Facebook page here:
http://facebook.com/stacklayout------------------------------------------
StackLayout is sponsored by:
http://www.decalcms.com/------------------------------------------
Campbell McGuiness is a member of the team at:
http://workingsoftware.com.au/------------------------------------------
You can contact Campbell via email:
[email protected]------------------------------------------
This package contains:mockups: sample implementation
README: the file you're currently reading
stacklayout.css: core StackLayout implementation
stacklayout_lte_ie7.css: IE specific fixes
test.css: css for sample implementation
test.html: sample implementation