Return to Snippet

Revision: 37918
at December 20, 2010 17:18 by noelj


Initial Code
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#content {
	background: #EEE;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 20px 0 20px;
	margin: auto;
	font: 1.5em arial, verdana, sans-serif;
	width: 960px;
	height: 100%;
}

Initial URL
http://www.tutwow.com/tips/quick-tip-css-100-height/

Initial Description


Initial Title
DIV 100% height

Initial Tags


Initial Language
CSS