Return to Snippet

Revision: 1188
at September 21, 2006 11:44 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;
	position: absolute;
	z-index: 3;

	top: 0px;

	width: 100%;
}

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

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

Initial URL


Initial Description


Initial Title
Expressionless Vertical Fill 2 CSS

Initial Tags


Initial Language
CSS