Skip to content

Instantly share code, notes, and snippets.

@umidjons
Created July 18, 2013 16:22
Show Gist options
  • Select an option

  • Save umidjons/6030711 to your computer and use it in GitHub Desktop.

Select an option

Save umidjons/6030711 to your computer and use it in GitHub Desktop.
Make div 100% of browser window
body,html {
height: 100%;
}
div#mydiv {
height: 100%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment