1. Home
  2. Computing & Technology
  3. Web Design / HTML

Free Web Template: Centered Single Column Layout Template

The CSS

By Jennifer Kyrnin, About.com

Copy the CSS into a file named styles.css and save it in the same directory as your HTML.
body {
background-color : #cccccc;
color : #000000;
text-align : center;
margin-top : 50px;
vertical-align : middle;
}
#content {
width : 80%;
margin-right : auto;
margin-left : auto;
margin-top : 30px;
border : 2px solid #000000;
background-color : #ffffff;
padding : 5px;
text-align : left;
}

You are free to use any of the free Web templates here for personal or commercial designs, either in print or on the Web, excluding items for resale. You may not give away, sell, or redistribute the files in any way. Do not post these files on any another Web site, electronically distribute them, or include them in any package for distribution. If you find these files useful, please include a credit line or a link back to this site [http://webdesign.about.com/]. Terms of use last modified 8/29/2004.

Return to Centered Column Layout
More XHTML CSS Layout Templates

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

©2008 About.com, a part of The New York Times Company.

All rights reserved.