<script src="//cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<h1>CSS only page stacks</h1>
<div class="stack">
Some content in here. Will stretch full width.
</div>
<div class="stack stack-small">
Some content in here. Stretches to 50% of available space.
</div>
<div class="stack stack-fixed-size">
Some content in here. Always 100px square.
</div>
<div class="stack stack-fixed-size stack-centered">
Some content in here. Centered horizontally and always 100px sqaure.
</div>
<p class="message">
Note - I'm using prefixfree.js so that I don't need to worry about vendor prefixes.
</p>