Skip to content

Instantly share code, notes, and snippets.

@nuclearghost
Created January 23, 2014 20:08
Show Gist options
  • Save nuclearghost/8585881 to your computer and use it in GitHub Desktop.
Save nuclearghost/8585881 to your computer and use it in GitHub Desktop.
CSS to stretch to margin
.stretch-to-margin {
display:block;
position:absolute;
height:auto;
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