Single column : One Column « Layout « HTML / CSS






Single column

   

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>1 Column </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css" >
#wrapper { 
 width: 922px;
}

#content { 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 background:#CCC8B3;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 500px;
}

</style>
</head>
<body>

<div id="wrapper">
  <div id="content"> This is the content </div>
</div>

</body>
</html>

   
    
  








Related examples in the same category

1.One column with two DIV section
2.Header with one column under
3.One column with content on the top and menu at the bottom
4.One column with content on the top and menu at the bottom, and margin in between
5.One column with header and footer only
6.One column: header, content
7.1 column, header, content, footer
8.Single column with header and footer
9.Header, sub header, footer with one column
10.One column with header and footer
11.Single Columns with CSS
12.Liquid Design in CSS
13.Article layout
14.Fixed One-Column Layout (Basic)
15.Fixed One-Column #2 Layout (Basic)
16.Fixed height, three parts, single column