StackLayout is a CSS framework which supports both fluid and fixed-width layouts. Compared to many popular grid systems, it only uses 12 class names in total and makes use of inline-block CSS property rather than floats. Stacks can be nested infinitely which helps creating complicated layouts easily. The framework has a component (a CSS file) [...]

