Skip to content

Instantly share code, notes, and snippets.

@achudars
Last active December 16, 2015 19:50
Show Gist options
  • Save achudars/5488045 to your computer and use it in GitHub Desktop.
Save achudars/5488045 to your computer and use it in GitHub Desktop.
Fully scaled DIV using CSS
DIV {
position: absolute;
background-color: #333333;
bottom:0;
top:0;
right:0;
left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment