Skip to content

Instantly share code, notes, and snippets.

@azendal
Created May 26, 2009 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azendal/118327 to your computer and use it in GitHub Desktop.
Save azendal/118327 to your computer and use it in GitHub Desktop.
Elastic < 2.0 Example
<div class="unit two-columns same-height" style="background:#ffa500;">
<div class="column">
<div class="container" style="height:200px;">
first column with
</div>
</div>
<div class="column">
<div class="unit">
some content
</div>
<div class="unit">
come other content
</div>
<div class="unit elastic-height" style="background:#CCCCCC;">
this content should take the rest of the space
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment