Return to Snippet

Revision: 1192
at September 21, 2006 11:58 by drdamour


Updated Code
body{
	margin: 0px;
}

.container{
	border: 5px solid pink;
	position: absolute;
	top: 50px;
	left: 200px;

	height: 400px;
	width: 350px;
}

.header{
	height: 50px;
	margin-top: -50px;
	background-color: green;
}

.display{
	background-color: blue;
	height: 100%;
	padding-top: 50px;
}

.content{
	background-color: yellow;
	height: 100%;
}

Revision: 1191
at September 21, 2006 11:55 by drdamour


Initial Code
body{
	margin: 0px;
}

.container{
	border: 5px solid pink;
	position: absolute;
	top: 50px;
	left: 200px;

	height: 400px;
	width: 350px;
}

.header{
	height: 50px;	
	background-color: green;
}

.display{
	background-color: blue;
	height: 100%;
	padding-top: 50px;
	margin-top: -50px;
}

.content{
	background-color: yellow;
	height: 100%;
}

Initial URL


Initial Description


Initial Title
Expressionless Vertical Fill 3 CSS

Initial Tags


Initial Language
CSS