Skip to content

Instantly share code, notes, and snippets.

@kujon
Created May 24, 2012 10:56
Show Gist options
  • Save kujon/2780821 to your computer and use it in GitHub Desktop.
Save kujon/2780821 to your computer and use it in GitHub Desktop.
CSS: Vertically streched container
.streched {
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment