Fixed-width example

Back to article

CS code sample

#header
{
	height: 50px;
	width: 700px;
	background-color: #666;
	margin-bottom: 10px;
}

#nav
{
	float: left;
	width: 180px;
	height: 150px;
	background-color: #999;
	margin-bottom: 10px;
}

#content
{
	margin-left: 210px;
	height: 150px;
	width: 490px;
	background-color: #999;
}

#footer
{
	clear: both;
	height: 50px;
	width: 700px;
	background-color: #666;
	margin-bottom: 10px;
}