Skip to content

Instantly share code, notes, and snippets.

@erikhazzard
Created September 27, 2012 23:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save erikhazzard/3797180 to your computer and use it in GitHub Desktop.
Save erikhazzard/3797180 to your computer and use it in GitHub Desktop.
full height %
<html>
<head>
<style>
body {
min-height: 100%;
}
#my-div {
background: #336699;
height: 100%;
position: relative;
width: 200px;
}
</style>
</head>
<body>
<div id='my-div'> </div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment